summaryrefslogtreecommitdiffstats
path: root/extensions/libebt_ip6.txlate
Commit message (Collapse)AuthorAgeFilesLines
* ebtables-translate: suppress redundant protocolsFlorian Westphal2018-05-101-10/+10
| | | | | | | | | | | kernel would reject ip, ip6 etc. without -p ip, -p ip6. So add it. On reverse, search the match list to decide if -p has to be translated or not. Also, icmp and icmpv6 also imply l3 protocol, so no need to translate that either. Signed-off-by: Florian Westphal <fw@strlen.de>
* ebtables-compat: add 'ip6' match extensionFlorian Westphal2018-04-191-0/+29
Signed-off-by: Florian Westphal <fw@strlen.de>