summaryrefslogtreecommitdiffstats
path: root/extensions/libebt_pkttype.c
Commit message (Collapse)AuthorAgeFilesLines
* ebtables: use extrapositioned negation consistentlyFlorian Westphal2018-11-121-1/+4
| | | | | | | | | | | | | | in the iptables universe, we enforce extrapositioned negation: ! -i foo "-i ! foo" is not even supported anymore. At least make sure that ebtables prints the former syntax everywhere as well so we don't have a mix of both ways. Parsing of --option ! 42 will still work for backwards compat reasons. Signed-off-by: Florian Westphal <fw@strlen.de>
* ebtables-compat: add 'pkttype' match extensionFlorian Westphal2018-04-221-0/+119
Signed-off-by: Florian Westphal <fw@strlen.de>