This series of 2 patches supplements the previous version (v3) and adds "inner" flag version support to all registered ipset types (kernel + userspace). Dash Four (2): ipset: add set match "inner" flag support ipset (userspace): add "inner" flag version support kernel/net/netfilter/ipset/ip_set_bitmap_ip.c | 10 ++- kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.c | 10 ++- kernel/net/netfilter/ipset/ip_set_bitmap_port.c | 4 +- kernel/net/netfilter/ipset/ip_set_hash_ip.c | 13 +++- kernel/net/netfilter/ipset/ip_set_hash_ipport.c | 19 +++-- kernel/net/netfilter/ipset/ip_set_hash_ipportip.c | 25 ++++--- kernel/net/netfilter/ipset/ip_set_hash_ipportnet.c | 29 +++++--- kernel/net/netfilter/ipset/ip_set_hash_net.c | 13 +++- kernel/net/netfilter/ipset/ip_set_hash_netiface.c | 13 +++- kernel/net/netfilter/ipset/ip_set_hash_netport.c | 24 +++--- lib/ipset_bitmap_ip.c | 45 ++++++++++++ lib/ipset_bitmap_ipmac.c | 51 +++++++++++++ lib/ipset_bitmap_port.c | 44 +++++++++++ lib/ipset_hash_ip.c | 44 +++++++++++ lib/ipset_hash_ipport.c | 63 ++++++++++++++++ lib/ipset_hash_ipportip.c | 74 +++++++++++++++++++ lib/ipset_hash_ipportnet.c | 84 +++++++++++++++++++++ lib/ipset_hash_net.c | 49 +++++++++++++ lib/ipset_hash_netiface.c | 64 ++++++++++++++++ lib/ipset_hash_netport.c | 69 ++++++++++++++++++ 20 files changed, 694 insertions(+), 53 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html