diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-05 15:28:36 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-05 15:28:36 +0000 |
commit | 59ffadcff711da1fe2166e9eb978a556d50e1327 (patch) | |
tree | 2ac88f1bef74017f0a31ddcb3bfc68939cb73766 /regress/sbin | |
parent | 1ca3b0a8f3d1deb2bc64d114656001e3511cd505 (diff) |
127.0.0.1/8 -> 127.0.0.0/8
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pf25.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf25.ok b/regress/sbin/pfctl/pf25.ok index e94f3ebcd18..6f1ea1ec526 100644 --- a/regress/sbin/pfctl/pf25.ok +++ b/regress/sbin/pfctl/pf25.ok @@ -1,3 +1,3 @@ -block in on ! lo0 inet from 127.0.0.1/8 to any +block in on ! lo0 inet from 127.0.0.0/8 to any block in on ! lo0 inet6 from ::1 to any -block in log quick on ! lo0 inet from 127.0.0.1/8 to any +block in log quick on ! lo0 inet from 127.0.0.0/8 to any |