diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-01-09 11:52:31 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-01-09 11:52:31 +0000 |
commit | 179a9b9fa1673d6b98fbfc4c467487bb14441fa3 (patch) | |
tree | d7ec732701e96efad7dc2c05671f9aea651f8c79 /regress/sbin/pfctl/pf1.ok | |
parent | 24c495a51bf0769c932f77a566a88fb4369beeff (diff) |
Add tests for 'no' translation rules and 'label' in filter rules.
Diffstat (limited to 'regress/sbin/pfctl/pf1.ok')
-rw-r--r-- | regress/sbin/pfctl/pf1.ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf1.ok b/regress/sbin/pfctl/pf1.ok index 72307aa068e..b3f7245d057 100644 --- a/regress/sbin/pfctl/pf1.ok +++ b/regress/sbin/pfctl/pf1.ok @@ -1,6 +1,6 @@ @0 pass in all @0 pass in all -@0 pass in proto tcp from any port <= 1024 to any +@0 pass in proto tcp from any port <= 1024 to any label foo_bar @0 pass in proto tcp from any to any port = smtp @0 pass in inet proto tcp from 10.0.0.0/8 port > 1024 to ! 10.1.2.3/32 port != ssh @0 pass in inet proto igmp from 10.0.0.0/8 to 10.1.1.1/32 allow-opts |