diff options
-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 |