net/ipv4/netfilter/nf_reject_ipv4.c
0 → 100644
+127
−0
Loading
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>