summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_DNAT.t
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-03-17 14:42:51 +0100
committerPhil Sutter <phil@nwl.cc>2022-04-08 18:00:42 +0200
commit72d542b69ae2f780d9c9307231dcc3a2e3bed3b7 (patch)
tree2c12162c84a5dde3818852cf19c95f651abfe63e /extensions/libip6t_DNAT.t
parent14d77c8aa29a7b361d7830e40a7f75a05b29f717 (diff)
extensions: Merge REDIRECT into DNAT
Code is very similar, join them to reuse parsing code at least. As a side-effect, this enables parsing of service names for ports in DNAT as well as using port number 0 as that's what REDIRECT allows. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions/libip6t_DNAT.t')
-rw-r--r--extensions/libip6t_DNAT.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/libip6t_DNAT.t b/extensions/libip6t_DNAT.t
index ec7d61f4..e53dfa16 100644
--- a/extensions/libip6t_DNAT.t
+++ b/extensions/libip6t_DNAT.t
@@ -13,4 +13,8 @@
-p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1000-2000/65535;=;OK
-p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1000-2000/0;;FAIL
-p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1000-2000/65536;;FAIL
+-p tcp -j DNAT --to-destination [dead::beef]:ssh;-p tcp -j DNAT --to-destination [dead::beef]:22;OK
+-p tcp -j DNAT --to-destination [dead::beef]:ftp-data;-p tcp -j DNAT --to-destination [dead::beef]:20;OK
+-p tcp -j DNAT --to-destination [dead::beef]:echo-ssh;;FAIL
+-p tcp -j DNAT --to-destination [dead::beef]:10-20/ftp;-p tcp -j DNAT --to-destination [dead::beef]:10-20/21;OK
-j DNAT;;FAIL