summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/test/regress/n2
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2008-07-24 12:35:05 +0000
committerdarrenr <darrenr@FreeBSD.org>2008-07-24 12:35:05 +0000
commit49ad2adb91673def2dfa0f293612e2de5e3a29af (patch)
treefbe3003abde766264fafdbbd7e484eafc5be4ad5 /contrib/ipfilter/test/regress/n2
parent308672b0059651d854c35e673c94d0f76d84c25f (diff)
downloadFreeBSD-src-49ad2adb91673def2dfa0f293612e2de5e3a29af.zip
FreeBSD-src-49ad2adb91673def2dfa0f293612e2de5e3a29af.tar.gz
2020447 IPFilter's NAT can undo name server random port selection
Approved by: darrenr MFC after: 1 week Security: CERT VU#521769
Diffstat (limited to 'contrib/ipfilter/test/regress/n2')
-rw-r--r--contrib/ipfilter/test/regress/n28
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ipfilter/test/regress/n2 b/contrib/ipfilter/test/regress/n2
index dbce5aa..39a4d72 100644
--- a/contrib/ipfilter/test/regress/n2
+++ b/contrib/ipfilter/test/regress/n2
@@ -1,4 +1,4 @@
-map zx0 10.1.1.1/32 -> 10.2.2.2/32 portmap tcp 10000:20000
-map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap udp 10000:20000
-map zx0 10.1.0.0/16 -> 10.3.4.0/24 portmap tcp/udp 10000:20000
-map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap tcp/udp 40000:40001
+map zx0 10.1.1.1/32 -> 10.2.2.2/32 portmap tcp 10000:20000 sequential
+map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap udp 10000:20000 sequential
+map zx0 10.1.0.0/16 -> 10.3.4.0/24 portmap tcp/udp 10000:20000 sequential
+map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap tcp/udp 40000:40001 sequential
OpenPOWER on IntegriCloud