forked from Minki/linux
netfilter: netns: use NFPROTO_NUMPROTO instead of NUMPROTO for tables array
The netfilter families have been decoupled from regular protocol families. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
041fb574c7
commit
10a03a42d1
@ -2,9 +2,9 @@
|
||||
#define __NETNS_X_TABLES_H
|
||||
|
||||
#include <linux/list.h>
|
||||
#include <linux/net.h>
|
||||
#include <linux/netfilter.h>
|
||||
|
||||
struct netns_xt {
|
||||
struct list_head tables[NPROTO];
|
||||
struct list_head tables[NFPROTO_NUMPROTO];
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user