diff options
Diffstat (limited to 'sbin/pfctl/tests/files/pf0053.in')
| -rw-r--r-- | sbin/pfctl/tests/files/pf0053.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/pfctl/tests/files/pf0053.in b/sbin/pfctl/tests/files/pf0053.in new file mode 100644 index 000000000000..263f99048f1d --- /dev/null +++ b/sbin/pfctl/tests/files/pf0053.in @@ -0,0 +1,4 @@ +pass in proto tcp from { 1.2.3.4, 1.2.3.5 } to any label \ +"$nr:$if:$proto:$srcaddr:$srcport:$dstaddr:$dstport" +pass in on lo0 proto tcp from { 1.2.3.4, 1.2.3.5 } to any label \ +"$nr:$if:$proto:$srcaddr:$srcport:$dstaddr:$dstport" |
