diff options
Diffstat (limited to 'regress/sbin/pfctl/pf49.ok')
-rw-r--r-- | regress/sbin/pfctl/pf49.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf49.ok b/regress/sbin/pfctl/pf49.ok new file mode 100644 index 00000000000..ccfb36c03f6 --- /dev/null +++ b/regress/sbin/pfctl/pf49.ok @@ -0,0 +1,3 @@ +pass in on lo0 inet from 127.0.0.0/8 to any keep state +pass in on lo0 inet6 from ::1 to any keep state +block drop in on lo0 inet from any to 127.0.0.1 |