commit | 878c41ce5747e1b417bdd92a694c33dc4bd6ec02 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Sat Feb 04 02:17:55 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Feb 04 23:51:27 2006 -0800 |
tree | fac206db8511afd50f8486dd8de8a4a3a7528c74 | |
parent | e55f1bc5dcb60a47764f6eabd1501d2cb98fb2c4 [diff] |
[NETFILTER]: Fix ip6t_policy address matching Fix two bugs in ip6t_policy address matching: - misorder arguments to ip6_masked_addrcmp, mask must be the second argument - inversion incorrectly applied to the entire expression instead of just the address comparison Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>