summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_standard.t
Commit message (Collapse)AuthorAgeFilesLines
* iptables-nft: fix bogus handling of zero saddr/daddrFlorian Westphal2018-11-031-0/+5
rule for 0.0.0.0/8 is added as 0.0.0.0/0, because we did not check mask (or negation, for that matter). Fix this and add test cases too. This also revealed an ip6tables-nft-save bug, it would print ' !-d', not '! -d'. Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1287 Signed-off-by: Florian Westphal <fw@strlen.de>