diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2011-11-27 10:33:38 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2011-11-27 10:33:38 +0000 |
commit | 4a9316751eb56db36bcd529a139b6b535ccaf05d (patch) | |
tree | 66781d093e661e0df367c68a172eccdb706829a0 /regress/sbin/pfctl/pfaltq5.ok | |
parent | 968b16735d3583527e6669e6fe510e5413c52b99 (diff) |
adjust for port numbers instead of names by default
From: Lawrence Teo <lteo at devio at us>
Diffstat (limited to 'regress/sbin/pfctl/pfaltq5.ok')
-rw-r--r-- | regress/sbin/pfctl/pfaltq5.ok | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/pfaltq5.ok b/regress/sbin/pfctl/pfaltq5.ok index b85dd5182e2..4d8218188f1 100644 --- a/regress/sbin/pfctl/pfaltq5.ok +++ b/regress/sbin/pfctl/pfaltq5.ok @@ -4,15 +4,15 @@ queue wim on lo0 priority 15 [ qid=2 ifname=lo0 ifbandwidth=10Mb ] queue hi on lo0 priority 7 [ qid=3 ifname=lo0 ifbandwidth=10Mb ] -@0 pass in on lo0 proto tcp from any to any port = ssh flags S/SA keep state queue(hi, wim) +@0 pass in on lo0 proto tcp from any to any port = 22 flags S/SA keep state queue(hi, wim) [ Skip steps: d=end f=end p=end sa=end sp=end da=end dp=3 ] [ queue: qname=hi qid=3 pqname=wim pqid=2 ] -@1 pass in proto tcp from any to any port = ssh flags S/SA keep state queue(hi, wim) +@1 pass in proto tcp from any to any port = 22 flags S/SA keep state queue(hi, wim) [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=3 ] [ queue: qname=hi qid=3 pqname=wim pqid=2 ] -@2 pass in proto tcp from any to any port = ssh flags S/SA keep state queue wim +@2 pass in proto tcp from any to any port = 22 flags S/SA keep state queue wim [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end ] [ queue: qname=wim qid=2 pqname= pqid=2 ] -@3 pass in proto tcp from any to any port = smtp flags S/SA keep state queue praise +@3 pass in proto tcp from any to any port = 25 flags S/SA keep state queue praise [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=end ] [ queue: qname=praise qid=1 pqname= pqid=1 ] |