-
- Downloads
netfilter: nf_tables: merge route type into core
very little code, so it really doesn't make sense to have extra modules or even a kconfig knob for this. Merge them and make functionality available unconditionally. The merge makes inet family route support trivial, so add it as well here. Before: text data bss dec hex filename 835 832 0 1667 683 nft_chain_route_ipv4.ko 870 832 0 1702 6a6 nft_chain_route_ipv6.ko 111568 2556 529 114653 1bfdd nf_tables.ko After: text data bss dec hex filename 113133 2556 529 116218 1c5fa nf_tables.ko Signed-off-by:Florian Westphal <fw@strlen.de> Signed-off-by:
Pablo Neira Ayuso <pablo@netfilter.org>
Showing
- include/linux/netfilter_ipv6.h 15 additions, 0 deletionsinclude/linux/netfilter_ipv6.h
- include/net/netfilter/nf_tables.h 2 additions, 0 deletionsinclude/net/netfilter/nf_tables.h
- net/ipv4/netfilter/Kconfig 0 additions, 8 deletionsnet/ipv4/netfilter/Kconfig
- net/ipv4/netfilter/Makefile 0 additions, 1 deletionnet/ipv4/netfilter/Makefile
- net/ipv4/netfilter/nft_chain_route_ipv4.c 0 additions, 89 deletionsnet/ipv4/netfilter/nft_chain_route_ipv4.c
- net/ipv6/netfilter/Kconfig 0 additions, 8 deletionsnet/ipv6/netfilter/Kconfig
- net/ipv6/netfilter/Makefile 0 additions, 1 deletionnet/ipv6/netfilter/Makefile
- net/netfilter/Makefile 2 additions, 1 deletionnet/netfilter/Makefile
- net/netfilter/nf_nat_proto.c 1 addition, 15 deletionsnet/netfilter/nf_nat_proto.c
- net/netfilter/nf_tables_api.c 2 additions, 0 deletionsnet/netfilter/nf_tables_api.c
- net/netfilter/nft_chain_route.c 169 additions, 0 deletionsnet/netfilter/nft_chain_route.c
Loading
Please register or sign in to comment