diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2014-11-03 18:35:28 +0100 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2014-11-03 18:35:28 +0100 |
commit | 3ee3e5ad6e6eb06f13297dd67054325a9af6926a (patch) | |
tree | ceae7c499334df542ce92298c2babcf05128061d /kernel/include | |
parent | 5248f4d6cb90f27334bd75309f3976902e638280 (diff) | |
download | ipset-3ee3e5ad6e6eb06f13297dd67054325a9af6926a.tar.gz |
Kernel API changes in em_ipset.c, support both old and new ones
Diffstat (limited to 'kernel/include')
-rw-r--r-- | kernel/include/linux/netfilter/ipset/ip_set_compat.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/include/linux/netfilter/ipset/ip_set_compat.h.in b/kernel/include/linux/netfilter/ipset/ip_set_compat.h.in index d38197c..9809e2a 100644 --- a/kernel/include/linux/netfilter/ipset/ip_set_compat.h.in +++ b/kernel/include/linux/netfilter/ipset/ip_set_compat.h.in @@ -36,6 +36,8 @@ #@HAVE_USER_NS_IN_STRUCT_NET@ HAVE_USER_NS_IN_STRUCT_NET #@HAVE_RBTREE_POSTORDER_FOR_EACH_ENTRY_SAFE@ HAVE_RBTREE_POSTORDER_FOR_EACH_ENTRY_SAFE #@HAVE_KVFREE@ HAVE_KVFREE +#@HAVE_TCF_EMATCH_OPS_CHANGE_ARG_NET@ HAVE_TCF_EMATCH_OPS_CHANGE_ARG_NET +#@HAVE_TCF_EMATCH_STRUCT_NET@ HAVE_TCF_EMATCH_STRUCT_NET /* Not everything could be moved here. Compatibility stuffs can be found in * xt_set.c, ip_set_core.c, ip_set_getport.c, pfxlen.c too. |