Merge branch 'master' of git://blackhole.kfki.hu/nf-next
Jozsef Kadlecsik says: ==================== - Introduction of new commands and thus protocol version 7. The new commands makes possible to eliminate the getsockopt interface of ipset and use solely netlink to communicate with the kernel. Due to the strict attribute checking both in user/kernel space, a new protocol number was introduced. Both the kernel/userspace is fully backward compatible. - Make invalid MAC address checks consisten, from Stefano Brivio. The patch depends on the next one. - Allow matching on destination MAC address for mac and ipmac sets, also from Stefano Brivio. ==================== Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
@@ -303,11 +303,11 @@ ip_set_put_flags(struct sk_buff *skb, struct ip_set *set)
|
||||
/* Netlink CB args */
|
||||
enum {
|
||||
IPSET_CB_NET = 0, /* net namespace */
|
||||
IPSET_CB_PROTO, /* ipset protocol */
|
||||
IPSET_CB_DUMP, /* dump single set/all sets */
|
||||
IPSET_CB_INDEX, /* set index */
|
||||
IPSET_CB_PRIVATE, /* set private data */
|
||||
IPSET_CB_ARG0, /* type specific */
|
||||
IPSET_CB_ARG1,
|
||||
};
|
||||
|
||||
/* register and unregister set references */
|
||||
|
||||
Reference in New Issue
Block a user