From e8a95271dc8598261957f9ed5472dfb9065bdd9e Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 19 Feb 2015 02:23:19 +0100 Subject: extensions: add more test cases for iptables-test.py 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 Signed-off-by: Florian Westphal --- extensions/libip6t_DNPT.t | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 extensions/libip6t_DNPT.t (limited to 'extensions/libip6t_DNPT.t') diff --git a/extensions/libip6t_DNPT.t b/extensions/libip6t_DNPT.t new file mode 100644 index 00000000..25ec9358 --- /dev/null +++ b/extensions/libip6t_DNPT.t @@ -0,0 +1,6 @@ +:PREROUTING +*mangle +-j DNPT --src-pfx dead::beef --dst-pfx 1c3::/64;;FAIL +-j DNPT --src-pfx dead::/64;;FAIL +-j DNPT --dst-pfx dead::/64;;FAIL +-j DNPT;;FAIL -- cgit v1.2.3