diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-07-26 14:33:46 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-07-26 14:33:46 +0000 |
commit | 1887cc9dc6d127e58763111e1d5bdcf121f35d3e (patch) | |
tree | 0cd2404b97c5a1579b7069d7ad6aac3115d8038d /regress/sbin/pfctl/pf1.ok | |
parent | 36538c059e1d086b4a498e3ecb93314034bf1adb (diff) |
initial tests for the pfctl parser
Diffstat (limited to 'regress/sbin/pfctl/pf1.ok')
-rw-r--r-- | regress/sbin/pfctl/pf1.ok | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf1.ok b/regress/sbin/pfctl/pf1.ok new file mode 100644 index 00000000000..746117aefb7 --- /dev/null +++ b/regress/sbin/pfctl/pf1.ok @@ -0,0 +1,5 @@ +@1 pass in all +@1 pass in all +@1 pass in proto tcp from any port <= 1024 to any +@1 pass in proto tcp from any to any port = smtp +@1 pass in proto tcp from 10.0.0.0/255.0.0.0 port > 1024 to ! 10.1.2.3 port != ssh |