summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/test/regress/ni1.nat
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/ni1.nat
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/ni1.nat')
-rw-r--r--contrib/ipfilter/test/regress/ni1.nat4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ipfilter/test/regress/ni1.nat b/contrib/ipfilter/test/regress/ni1.nat
index f38e435..077aab1 100644
--- a/contrib/ipfilter/test/regress/ni1.nat
+++ b/contrib/ipfilter/test/regress/ni1.nat
@@ -1,3 +1,3 @@
-map df0 from 2.2.2.2/32 port 20000 >< 25000 to any -> 6.6.6.8/32 portmap udp 2000:2500
-map df0 from 2.2.2.2/32 port 2000 >< 2500 to any -> 6.6.6.7/32 portmap udp 20000:25000
+map df0 from 2.2.2.2/32 port 20000 >< 25000 to any -> 6.6.6.8/32 portmap udp 2000:2500 sequential
+map df0 from 2.2.2.2/32 port 2000 >< 2500 to any -> 6.6.6.7/32 portmap udp 20000:25000 sequential
map df0 from 2.2.2.2/32 to any -> 6.6.6.6/32
OpenPOWER on IntegriCloud