Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netfilter: netns: use NFPROTO_NUMPROTO instead of NUMPROTO for tables array | Patrick McHardy | 2008-10-20 | 1 | -2/+2 |
| | | | | | | | 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> | ||||
* | [NETFILTER]: x_tables: per-netns xt_tables | Alexey Dobriyan | 2008-01-31 | 1 | -0/+10 |
In fact all we want is per-netns set of rules, however doing that will unnecessary complicate routines such as ipt_hook()/ipt_do_table, so make full xt_table array per-netns. Every user stubbed with init_net for a while. 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> |