diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-23 04:29:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-23 04:29:58 +0000 |
commit | abd9217aeb0955bf4867ee37af69cb6ea3072c2d (patch) | |
tree | 3e935e9034d3aa209fd5defc70a84cf06acb95a0 /regress/sbin/pfctl/pf5.ok | |
parent | 254f7200ee45570299fcd3d272dd82c49fed6ef3 (diff) |
new tests
Diffstat (limited to 'regress/sbin/pfctl/pf5.ok')
-rw-r--r-- | regress/sbin/pfctl/pf5.ok | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf5.ok b/regress/sbin/pfctl/pf5.ok new file mode 100644 index 00000000000..4bebcdffdfa --- /dev/null +++ b/regress/sbin/pfctl/pf5.ok @@ -0,0 +1,11 @@ +foo = ssh, ftp +bar = other thing +inside = 10.0.0.0/8 +@1 block in proto udp from 10.0.0.0/255.0.0.0 port = 113 to 12.34.56.78 port = 16 keep state +@1 block in proto udp from 10.0.0.0/255.0.0.0 port = 113 to 12.34.56.78 port = 6667 keep state +@1 block in proto udp from 10.0.0.0/255.0.0.0 port = 21 to 12.34.56.78 port = 16 keep state +@1 block in proto udp from 10.0.0.0/255.0.0.0 port = 21 to 12.34.56.78 port = 6667 keep state +@1 block in proto udp from 10.0.0.0/255.0.0.0 port = ssh to 12.34.56.78 port = 16 keep state +@1 block in proto udp from 10.0.0.0/255.0.0.0 port = ssh to 12.34.56.78 port = 6667 keep state +@1 block in proto udp from 10.0.0.0/255.0.0.0 port = echo to 12.34.56.78 port = 16 keep state +@1 block in proto udp from 10.0.0.0/255.0.0.0 port = echo to 12.34.56.78 port = 6667 keep state |