diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-08 04:56:02 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-08 04:56:02 +0000 |
commit | 5ca6bbf68f56e31ed9ea3cce3bff925f586805be (patch) | |
tree | 3b739a1f1289e9909c458b528a9aac7b4fd1b5ec /regress/sbin/pfctl/pf1.ok | |
parent | 14fcdc4e9f32039c3345997aa2db18b6e4bbc994 (diff) |
regression test from $srcaddr & friends in rule labels
ok dhartmei@
Diffstat (limited to 'regress/sbin/pfctl/pf1.ok')
-rw-r--r-- | regress/sbin/pfctl/pf1.ok | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf1.ok b/regress/sbin/pfctl/pf1.ok index 17ee5b6895f..f02e5704060 100644 --- a/regress/sbin/pfctl/pf1.ok +++ b/regress/sbin/pfctl/pf1.ok @@ -4,3 +4,5 @@ @3 pass in proto tcp from any to any port = smtp @4 pass in inet proto tcp from 10.0.0.0/8 port > 1024 to ! 10.1.2.3 port != ssh @5 pass in inet proto igmp from 10.0.0.0/8 to 10.1.1.1 allow-opts +@6 pass in inet proto tcp from 1.2.3.5 to any label 6:tcp:1.2.3.5::any: +@7 pass in inet proto tcp from 1.2.3.4 to any label 7:tcp:1.2.3.4::any: |