Commit a41ba921 authored by Patrick McHardy's avatar Patrick McHardy

[NETFILTER]: Convert ip6t_physdev match function to new argument order

Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent a2d56aca
...@@ -26,8 +26,7 @@ match(const struct sk_buff *skb, ...@@ -26,8 +26,7 @@ match(const struct sk_buff *skb,
const struct net_device *out, const struct net_device *out,
const void *matchinfo, const void *matchinfo,
int offset, int offset,
const void *hdr, unsigned int protoff,
u_int16_t datalen,
int *hotdrop) int *hotdrop)
{ {
int i; int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment