-
- Downloads
netfilter: move nf_send_resetX() code to nf_reject_ipvX modules
Move nf_send_reset() and nf_send_reset6() to nf_reject_ipv4 and
nf_reject_ipv6 respectively. This code is shared by x_tables and
nf_tables.
Signed-off-by:
Pablo Neira Ayuso <pablo@netfilter.org>
Showing
- include/net/netfilter/ipv4/nf_reject.h 1 addition, 117 deletionsinclude/net/netfilter/ipv4/nf_reject.h
- net/ipv4/netfilter/Kconfig 6 additions, 0 deletionsnet/ipv4/netfilter/Kconfig
- net/ipv4/netfilter/Makefile 3 additions, 0 deletionsnet/ipv4/netfilter/Makefile
- net/ipv4/netfilter/nf_reject_ipv4.c 127 additions, 0 deletionsnet/ipv4/netfilter/nf_reject_ipv4.c
- net/ipv6/netfilter/Kconfig 6 additions, 0 deletionsnet/ipv6/netfilter/Kconfig
- net/ipv6/netfilter/Makefile 3 additions, 0 deletionsnet/ipv6/netfilter/Makefile
- net/ipv6/netfilter/nf_reject_ipv6.c 163 additions, 0 deletionsnet/ipv6/netfilter/nf_reject_ipv6.c
Loading
Please register or sign in to comment