diff options
Diffstat (limited to 'regress/sbin/pfctl/pf12.in')
-rw-r--r-- | regress/sbin/pfctl/pf12.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf12.in b/regress/sbin/pfctl/pf12.in new file mode 100644 index 00000000000..50078bb3c6b --- /dev/null +++ b/regress/sbin/pfctl/pf12.in @@ -0,0 +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 |