diff options
author | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2003-01-19 09:32:48 +0000 |
---|---|---|
committer | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2003-01-19 09:32:48 +0000 |
commit | d5ef0d7a2ac86a6e3a8f2bd8628317b96dc7cf7e (patch) | |
tree | 0e776ba0edef8b230028ed299b4ac657fbd97041 /regress/sbin/pfctl/pf1.loaded | |
parent | df1e5f78701d59ffc5020fa9fb36912fc61f035c (diff) |
Labels are quoted in rule output now.
Diffstat (limited to 'regress/sbin/pfctl/pf1.loaded')
-rw-r--r-- | regress/sbin/pfctl/pf1.loaded | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf1.loaded b/regress/sbin/pfctl/pf1.loaded index 8b2c3953f85..c7a2d5ad468 100644 --- a/regress/sbin/pfctl/pf1.loaded +++ b/regress/sbin/pfctl/pf1.loaded @@ -6,7 +6,7 @@ [ Skip steps: i=end d=end f=4 sa=4 da=4 dp=3 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@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" [ Skip steps: i=end d=end f=4 p=5 sa=4 da=4 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] @@ -22,11 +22,11 @@ [ Skip steps: i=end d=end f=end sp=end dp=end ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@6 pass in inet proto tcp from 1.2.3.4 to any label 6:tcp:1.2.3.4::any: +@6 pass in inet proto tcp from 1.2.3.4 to any label "6:tcp:1.2.3.4::any:" [ Skip steps: i=end d=end f=end p=end sp=end da=end dp=end ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@7 pass in inet proto tcp from 1.2.3.5 to any label 7:tcp:1.2.3.5::any: +@7 pass in inet proto tcp from 1.2.3.5 to any label "7:tcp:1.2.3.5::any:" [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=end ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] |