diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-08 04:58:51 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-08 04:58:51 +0000 |
commit | 47b9dafc3056d024f6f7b79ff8ef2a578b3ff738 (patch) | |
tree | 8aa4539b1532808a7df16625e81b819cecf8df41 | |
parent | abea116f046ae6a827614edb9b7bd601b98e057a (diff) |
explicitely set inet for localhost and lo0 tests, test would fail if
localhost resolves to ::1
ok dhartmei@
-rw-r--r-- | regress/sbin/pfctl/pf12.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf12.in b/regress/sbin/pfctl/pf12.in index 50078bb3c6b..88088219f3d 100644 --- a/regress/sbin/pfctl/pf12.in +++ b/regress/sbin/pfctl/pf12.in @@ -1,5 +1,5 @@ pass in from 127.0.0.1 to 127.0.0.1/8 pass in from 127.0.0.1/16 to 127.0.0.1/24 pass in from 127.0.0.1/25 to ! 127.0.0.1/26 -pass in from ! localhost to localhost/16 -pass in from ! lo0 to ! lo0/8 +pass in inet from ! localhost to localhost/16 +pass in inet from ! lo0 to ! lo0/8 |