summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf12.ok
diff options
context:
space:
mode:
authorCamiel Dobbelaar <camield@cvs.openbsd.org>2002-10-22 07:10:34 +0000
committerCamiel Dobbelaar <camield@cvs.openbsd.org>2002-10-22 07:10:34 +0000
commitf66166115ab27a20882bd8154058c8aa26871542 (patch)
tree9e9813ba8d1c2a21f370d6c8ce87d16b2545cfe3 /regress/sbin/pfctl/pf12.ok
parentd7c1aefc5698cf538b7942f6328e0110781c8b25 (diff)
Update for new semantics of set_ipmask (netmask is applied immediately
to an address by pfctl).
Diffstat (limited to 'regress/sbin/pfctl/pf12.ok')
-rw-r--r--regress/sbin/pfctl/pf12.ok10
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/pf12.ok b/regress/sbin/pfctl/pf12.ok
index b322e017333..7b433d00d0c 100644
--- a/regress/sbin/pfctl/pf12.ok
+++ b/regress/sbin/pfctl/pf12.ok
@@ -1,5 +1,5 @@
-@0 pass in inet from 127.0.0.1 to 127.0.0.1/8
-@1 pass in inet from 127.0.0.1/16 to 127.0.0.1/24
-@2 pass in inet from 127.0.0.1/25 to ! 127.0.0.1/26
-@3 pass in inet from ! 127.0.0.1 to 127.0.0.1/16
-@4 pass in inet from ! 127.0.0.1 to ! 127.0.0.1/8
+@0 pass in inet from 127.0.0.1 to 127.0.0.0/8
+@1 pass in inet from 127.0.0.0/16 to 127.0.0.0/24
+@2 pass in inet from 127.0.0.0/25 to ! 127.0.0.0/26
+@3 pass in inet from ! 127.0.0.1 to 127.0.0.0/16
+@4 pass in inet from ! 127.0.0.1 to ! 127.0.0.0/8