aboutsummaryrefslogtreecommitdiff
path: root/extensions/libebt_snat.c
AgeCommit message (Collapse)Author
2018-11-07libxtables: add and use mac print helpersFlorian Westphal
This changes ebtables-nft to consistently print mac address with two characters, i.e. 00:01:02:03:04:0a, not 0:1:2:3:4:a. Will require another bump of vcurrent/vage. Suggested-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Florian Westphal <fw@strlen.de>
2018-05-21ebtables-compat: add nat match extensionsFlorian Westphal
adds snat and dnat. Translation for snat isn't complete, the --snat-arp switch isn't supported so far. Signed-off-by: Florian Westphal <fw@strlen.de>