diff options
Diffstat (limited to 'sbin/pfctl/tests/files/pf0040.in')
| -rw-r--r-- | sbin/pfctl/tests/files/pf0040.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sbin/pfctl/tests/files/pf0040.in b/sbin/pfctl/tests/files/pf0040.in new file mode 100644 index 000000000000..7d91ad447109 --- /dev/null +++ b/sbin/pfctl/tests/files/pf0040.in @@ -0,0 +1,20 @@ +block +block return +block return-rst proto tcp +pass +pass in no state +pass out no state +pass all no state +block in all +block out all +block from any to any +pass in from any to any +pass out from any to any +block on lo0 +pass on lo0 all +block on lo0 from any to any +pass proto tcp flags S/SA +pass proto udp keep state +pass in proto udp all keep state +pass out proto udp from any to any keep state +pass out on lo0 proto tcp from any to any port 25 keep state |
