summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_policy.t
Commit message (Collapse)AuthorAgeFilesLines
* extensions: add tests for comp match optionsHarsha Sharma2018-02-251-0/+3
| | | | | | | | This patch adds test for ipcomp flow match specified by its SPI value and move tests for ipcomp protocol to libxt_policy.t Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* extensions: add more test cases for iptables-test.pyFlorian Westphal2015-02-191-0/+5
Instead of using iptables-save-formatted files in the tests/ dir, lets use the iptables-test.py framework for all matches/targets. This obsoletes tests/ completely, will be removed in followup patch. Suggested-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Florian Westphal <fw@strlen.de>