Iptables: ignore IPT_F_NO_DEF_MATCH flag when comparing rules
commitbc5ba7b11bd3d127a695918e11b50ba2869a1427
authorFedor <fedork@ubuntu.(none)>
Sat, 27 Feb 2010 04:04:02 +0000 (26 23:04 -0500)
committerFedor <fedork@ubuntu.(none)>
Mon, 1 Mar 2010 18:17:37 +0000 (1 13:17 -0500)
tree8ed3251419b82ed80a29325f40332b659eace863
parentc651b57ca90c9304df4c9e595b945fcdf4993a6c
Iptables: ignore IPT_F_NO_DEF_MATCH flag when comparing rules

Commit "Netfilter match speedup (patch from OpenWRT)" introduced
a new flag IPT_F_NO_DEF_MATCH which must be ignored when comparing
rules - without this deleting or replacing a rule by spec may not
find a matching rule.
release/src/linux/linux/include/linux/netfilter_ipv4/ip_tables.h
release/src/router/iptables/libiptc/libip4tc.c