diff options
| author | Alexey Dobriyan <adobriyan@sw.ru> | 2008-01-31 07:05:09 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-01-31 22:27:41 -0500 |
| commit | 9ea0cb2601c4747dff758a9a7a5a4a433ad527f3 (patch) | |
| tree | 3a8c85473b3f96abf54aefde3d90fd4a3878e609 /include/net | |
| parent | 79df341ab6c0b1eab77921265ddd1b17ec4db13a (diff) | |
[NETFILTER]: arp_tables: per-netns arp_tables FILTER
Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/netns/ipv4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index aeb0c3b8df11..a9b4f6086294 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h | |||
| @@ -31,6 +31,7 @@ struct netns_ipv4 { | |||
| 31 | struct xt_table *iptable_filter; | 31 | struct xt_table *iptable_filter; |
| 32 | struct xt_table *iptable_mangle; | 32 | struct xt_table *iptable_mangle; |
| 33 | struct xt_table *iptable_raw; | 33 | struct xt_table *iptable_raw; |
| 34 | struct xt_table *arptable_filter; | ||
| 34 | #endif | 35 | #endif |
| 35 | }; | 36 | }; |
| 36 | #endif | 37 | #endif |
