diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-12-07 23:25:31 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-12-07 23:25:31 +0000 |
commit | 797998eaf140e9dfa2f6a57d44c7876babf2a2fa (patch) | |
tree | c199e728420ff3d1082f24104043bdd88922bb79 /regress/sbin/pfctl/pf41.in | |
parent | bc554f6991df7eb6b76a8406651114bbb8dea8c0 (diff) |
regress test anchor syntax
Diffstat (limited to 'regress/sbin/pfctl/pf41.in')
-rw-r--r-- | regress/sbin/pfctl/pf41.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf41.in b/regress/sbin/pfctl/pf41.in new file mode 100644 index 00000000000..de5dc1e2ff2 --- /dev/null +++ b/regress/sbin/pfctl/pf41.in @@ -0,0 +1,9 @@ +anchor foo +anchor bar all +anchor bar from any to any +anchor foo inet +anchor foo inet6 +anchor foo inet all +anchor foo proto tcp +anchor foo inet proto tcp from 10.1.2.3 port smtp to 10.2.3.4 port ssh +anchor foobar inet6 proto udp from ::1 port 1 to ::1 port 2 |