diff options
author | 2002-11-22 12:20:49 +0000 | |
---|---|---|
committer | 2002-11-22 12:20:49 +0000 | |
commit | bb306db3f088e6ece5ac6d8add876e8b039f1c12 (patch) | |
tree | a5f2245cf996b674d0724d9e04185842254f51e4 | |
parent | kill dead code (diff) | |
download | wireguard-openbsd-bb306db3f088e6ece5ac6d8add876e8b039f1c12.tar.xz wireguard-openbsd-bb306db3f088e6ece5ac6d8add876e8b039f1c12.zip |
there's now a space after the label...
no cookie for daniel ;-)
-rw-r--r-- | regress/sbin/pfctl/pf1.ok | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf1.ok b/regress/sbin/pfctl/pf1.ok index 469b785af2a..6b29c9f10e0 100644 --- a/regress/sbin/pfctl/pf1.ok +++ b/regress/sbin/pfctl/pf1.ok @@ -1,8 +1,8 @@ @0 pass in all @1 pass in all -@2 pass in proto tcp from any port <= 1024 to any label foo_bar +@2 pass in proto tcp from any port <= 1024 to any label foo_bar @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.4 to any label 6:tcp:1.2.3.4::any: -@7 pass in inet proto tcp from 1.2.3.5 to any label 7:tcp:1.2.3.5::any: +@6 pass in inet proto tcp from 1.2.3.4 to any label 6:tcp:1.2.3.4::any: +@7 pass in inet proto tcp from 1.2.3.5 to any label 7:tcp:1.2.3.5::any: |