]> err.no Git - linux-2.6/blobdiff - net/netfilter/xt_CONNMARK.c
[NETFILTER]: ctnetlink: Fix expectaction mask dumping
[linux-2.6] / net / netfilter / xt_CONNMARK.c
index b269ba9f2934d75d11fe5f80361c9b616cc3d9f8..df2486a3efd542700dbac7a7972b925e92618485 100644 (file)
@@ -37,6 +37,7 @@ target(struct sk_buff **pskb,
        const struct net_device *in,
        const struct net_device *out,
        unsigned int hooknum,
+       const struct xt_target *target,
        const void *targinfo,
        void *userinfo)
 {
@@ -74,6 +75,7 @@ target(struct sk_buff **pskb,
 static int
 checkentry(const char *tablename,
           const void *entry,
+          const struct xt_target *target,
           void *targinfo,
           unsigned int targinfosize,
           unsigned int hook_mask)