From 0d21d1ec727cd8cad9cc26b74a6db1ced6739189 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 16 Aug 2016 23:36:54 +0200 Subject: parser_bison: redirect to :port for consistency with nat/masq statement Use the colon port syntax for consistency with other statements. Existing syntax is still preserved but the output displays the colon. Signed-off-by: Pablo Neira Ayuso --- tests/py/ip6/redirect.t | 18 +++++++++--------- tests/py/ip6/redirect.t.payload.ip6 | 14 +++++++------- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'tests/py/ip6') diff --git a/tests/py/ip6/redirect.t b/tests/py/ip6/redirect.t index fca84e5b..c5d939c5 100644 --- a/tests/py/ip6/redirect.t +++ b/tests/py/ip6/redirect.t @@ -20,16 +20,16 @@ udp dport 53 redirect persistent,fully-random;ok;udp dport 53 redirect fully-ran udp dport 53 redirect persistent,fully-random,random;ok;udp dport 53 redirect random,fully-random,persistent # port specification -udp dport 1234 redirect to 1234;ok -ip6 daddr fe00::cafe udp dport 9998 redirect to 6515;ok -ip6 nexthdr tcp redirect to 100-200;ok;ip6 nexthdr 6 redirect to 100-200 -tcp dport 39128 redirect to 993;ok -redirect to 1234;fail -redirect to 12341111;fail +udp dport 1234 redirect to :1234;ok +ip6 daddr fe00::cafe udp dport 9998 redirect to :6515;ok +ip6 nexthdr tcp redirect to :100-200;ok;ip6 nexthdr 6 redirect to :100-200 +tcp dport 39128 redirect to :993;ok +redirect to :1234;fail +redirect to :12341111;fail # both port and nf_nat flags -tcp dport 9128 redirect to 993 random;ok -tcp dport 9128 redirect to 993 fully-random,persistent;ok +tcp dport 9128 redirect to :993 random;ok +tcp dport 9128 redirect to :993 fully-random,persistent;ok # nf_nat flags are the last argument tcp dport 9128 redirect persistent to 123;fail @@ -46,4 +46,4 @@ ip6 daddr fe00::1-fe00::200 udp dport 53 counter packets 0 bytes 0 redirect;ok iifname eth0 ct state new,established tcp dport vmap {22 : drop, 222 : drop } redirect;ok # redirect with maps -ip6 nexthdr 6 redirect to tcp dport map { 22 : 8000, 80 : 8080};ok +ip6 nexthdr 6 redirect to : tcp dport map { 22 : 8000, 80 : 8080};ok diff --git a/tests/py/ip6/redirect.t.payload.ip6 b/tests/py/ip6/redirect.t.payload.ip6 index 80250caa..420e1f36 100644 --- a/tests/py/ip6/redirect.t.payload.ip6 +++ b/tests/py/ip6/redirect.t.payload.ip6 @@ -97,7 +97,7 @@ ip6 test-ip6 output [ cmp eq reg 1 0x00003500 ] [ redir flags 0x1c ] -# udp dport 1234 redirect to 1234 +# udp dport 1234 redirect to :1234 ip6 test-ip6 output [ payload load 1b @ network header + 6 => reg 1 ] [ cmp eq reg 1 0x00000011 ] @@ -106,7 +106,7 @@ ip6 test-ip6 output [ immediate reg 1 0x0000d204 ] [ redir proto_min reg 1 ] -# ip6 daddr fe00::cafe udp dport 9998 redirect to 6515 +# ip6 daddr fe00::cafe udp dport 9998 redirect to :6515 ip6 test-ip6 output [ payload load 16b @ network header + 24 => reg 1 ] [ cmp eq reg 1 0x000000fe 0x00000000 0x00000000 0xfeca0000 ] @@ -117,7 +117,7 @@ ip6 test-ip6 output [ immediate reg 1 0x00007319 ] [ redir proto_min reg 1 ] -# ip6 nexthdr tcp redirect to 100-200 +# ip6 nexthdr tcp redirect to :100-200 ip6 test-ip6 output [ payload load 1b @ network header + 6 => reg 1 ] [ cmp eq reg 1 0x00000006 ] @@ -125,7 +125,7 @@ ip6 test-ip6 output [ immediate reg 2 0x0000c800 ] [ redir proto_min reg 1 proto_max reg 2 ] -# tcp dport 39128 redirect to 993 +# tcp dport 39128 redirect to :993 ip6 test-ip6 output [ payload load 1b @ network header + 6 => reg 1 ] [ cmp eq reg 1 0x00000006 ] @@ -134,7 +134,7 @@ ip6 test-ip6 output [ immediate reg 1 0x0000e103 ] [ redir proto_min reg 1 ] -# tcp dport 9128 redirect to 993 random +# tcp dport 9128 redirect to :993 random ip6 test-ip6 output [ payload load 1b @ network header + 6 => reg 1 ] [ cmp eq reg 1 0x00000006 ] @@ -143,7 +143,7 @@ ip6 test-ip6 output [ immediate reg 1 0x0000e103 ] [ redir proto_min reg 1 flags 0x4 ] -# tcp dport 9128 redirect to 993 fully-random,persistent +# tcp dport 9128 redirect to :993 fully-random,persistent ip6 test-ip6 output [ payload load 1b @ network header + 6 => reg 1 ] [ cmp eq reg 1 0x00000006 ] @@ -191,7 +191,7 @@ ip6 test-ip6 output [ lookup reg 1 set __map%d dreg 0 ] [ redir ] -# ip6 nexthdr 6 redirect to tcp dport map { 22 : 8000, 80 : 8080} +# ip6 nexthdr 6 redirect to : tcp dport map { 22 : 8000, 80 : 8080} __map%d test-ip6 b __map%d test-ip6 0 element 00001600 : 0000401f 0 [end] element 00005000 : 0000901f 0 [end] -- cgit v1.2.3