summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGiuseppe Longo <giuseppelng@gmail.com>2014-03-07 11:43:13 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-03-07 12:58:17 +0100
commitb88c6bddcd1e6c28cf0b5169746c34dc3bdd9a31 (patch)
treebdec2243d9b60e2a65fa144bfaf20337a907a133 /Makefile.am
parent61a46b3834274ccdb58353b740fba659ed1a77ce (diff)
nft-arp: fix is_same_interfaces arguments
Wrong arguments are passed to is_same_interfaces that causes sometimes to delete a wrong rule. See the example below: arptables-compat -A INPUT -i eth0 -j ACCEPT arptables-compat -A INPUT -i eth1 -j ACCEPT arptables-compat -A INPUT -i eth2 -j ACCEPT arptables-compat -L Chain INPUT (policy ACCEPT) target prot opt source destination -j ACCEPT -i eth0 -j ACCEPT -i eth1 -j ACCEPT -i eth2 arptables-compat -D INPUT -i eth2 -j ACCEPT arptables-compat -L Chain INPUT (policy ACCEPT) target prot opt source destination -j ACCEPT -i eth1 -j ACCEPT -i eth2 Signed-off-by: Giuseppe Longo <giuseppelng@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions