summaryrefslogtreecommitdiffstats
path: root/extensions/libebt_dnat.t
Commit message (Collapse)AuthorAgeFilesLines
* ebtables: relax -t table restriction, add snat/dnat test casesFlorian Westphal2018-11-031-0/+5
Its artificial and prevents test cases that need to add rules to a different table from working. The test script generates: -A PREROUTING -t nat ... which works fine for iptables and ip6tables. Just accept it for ebtables too and add test cases for snat and dnat. Signed-off-by: Florian Westphal <fw@strlen.de>