Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xt-translate: quote interface names in translated output | Florian Westphal | 2018-04-19 | 1 | -9/+9 |
| | | | | | | | it its good practice as interface names can be virtually any identifier and could clash with nft keywords. Signed-off-by: Florian Westphal <fw@strlen.de> | ||||
* | extensions: Add test for cluster nft translation | Shyam Saini | 2018-01-19 | 1 | -0/+26 |
This patch adds test cases for iptables to nft translation of cluster match This adds all test cases including corner cases. Run these test cases like: $ ./xlate-test.py extensions/libxt_cluster.txlate Signed-off-by: Shyam Saini <mayhs11saini@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |