diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-01-25 22:56:28 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-01-25 22:56:28 +0000 |
commit | 3ba0735ba16e06664688dc066917c7e89fca19bc (patch) | |
tree | 1e797720bf16d2d903d7a7d81635e361847f561d /regress | |
parent | 5eaf17bc7c452508d29093af7d514b6bc52edd70 (diff) |
Update test to handle changes in pfctl handling of "rdr ... -> ... $port:*"
ok dhartmei@
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pf29.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf29.ok b/regress/sbin/pfctl/pf29.ok index 92a44130def..c3f9d8032a6 100644 --- a/regress/sbin/pfctl/pf29.ok +++ b/regress/sbin/pfctl/pf29.ok @@ -1,2 +1,2 @@ -rdr on lo0 inet proto tcp from any to 192.168.0.0/24 port 8000:8010 -> 127.0.0.1 port 8000:* -rdr on lo0 inet proto tcp from any to 192.168.0.0/24 port 21:22 -> 127.0.0.1 port 179:* +rdr on lo0 inet proto tcp from any to 192.168.0.0/24 port 8000:8010 -> 127.0.0.1 port 8000:8010 +rdr on lo0 inet proto tcp from any to 192.168.0.0/24 port 21:22 -> 127.0.0.1 port 179:180 |