From a31c57f120e447511a2034e2a11a4b2dfee70728 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 3 Mar 2016 20:07:07 +0100 Subject: tests/py: extend masquerade to cover ports too Tests new masquerade port range support (available since 4.6-rc). Signed-off-by: Pablo Neira Ayuso --- tests/py/ip/masquerade.t.payload | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tests/py/ip/masquerade.t.payload') diff --git a/tests/py/ip/masquerade.t.payload b/tests/py/ip/masquerade.t.payload index 9390f0cf..2479c8c9 100644 --- a/tests/py/ip/masquerade.t.payload +++ b/tests/py/ip/masquerade.t.payload @@ -125,3 +125,18 @@ ip test-ip4 postrouting [ lookup reg 1 set map%d dreg 0 ] [ masq ] +# ip protocol 6 masquerade to :1024 +ip test-ip4 postrouting + [ payload load 1b @ network header + 9 => reg 1 ] + [ cmp eq reg 1 0x00000006 ] + [ immediate reg 1 0x00000004 ] + [ masq proto_min reg 1 proto_max reg 0 ] + +# ip protocol 6 masquerade to :1024-2048 +ip test-ip4 postrouting + [ payload load 1b @ network header + 9 => reg 1 ] + [ cmp eq reg 1 0x00000006 ] + [ immediate reg 1 0x00000004 ] + [ immediate reg 2 0x00000008 ] + [ masq proto_min reg 1 proto_max reg 2 ] + -- cgit v1.2.3