+++ /dev/null
-#test various forms of queue assignment
-
-altq on lo0 tbrsize 3648 bandwidth 100Mb cbq queue { bulk, urgent }
-oldqueue bulk priority 1 cbq(default) bandwidth 70%
-oldqueue urgent priority 7 bandwidth 30%
-pass in on lo0 inet proto tcp from any to lo0 port 22 queue (bulk urgent)
-pass in on lo0 inet proto tcp from any to lo0 port 22 queue bulk
-pass in on lo0 inet proto tcp from any to lo0 port 22 queue (bulk, urgent)
-pass in on lo0 inet proto tcp from any to lo0 port 22 queue (bulk)
-pass in on lo0 inet proto tcp from any to lo0 port 22 queue(bulk urgent)
-
+++ /dev/null
-@0 pass in on lo0 inet proto tcp from any to 127.0.0.1 port = 22 queue(bulk, prio)
-[ 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 ]
-
-@1 pass in on lo0 inet proto tcp from any to 127.0.0.1 port = 22 queue bulk
-[ 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 ]
-
-@2 pass in on lo0 inet proto tcp from any to 127.0.0.1 port = 22 queue(bulk, prio)
-[ 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 ]
-
-@3 pass in on lo0 inet proto tcp from any to 127.0.0.1 port = 22 queue bulk
-[ 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 ]
-
-@4 pass in on lo0 inet proto tcp from any to 127.0.0.1 port = 22 queue(bulk, prio)
-[ 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 ]
-
+++ /dev/null
-altq on lo0 cbq bandwidth 100Mb tbrsize 3648 queue { bulk urgent }
-oldqueue bulk bandwidth 70% cbq( default )
-oldqueue urgent bandwidth 30% priority 7
-pass in on lo0 inet proto tcp from any to 127.0.0.1 port = 22 flags S/SA set ( queue(bulk, urgent) )
-pass in on lo0 inet proto tcp from any to 127.0.0.1 port = 22 flags S/SA set ( queue bulk )
-pass in on lo0 inet proto tcp from any to 127.0.0.1 port = 22 flags S/SA set ( queue(bulk, urgent) )
-pass in on lo0 inet proto tcp from any to 127.0.0.1 port = 22 flags S/SA set ( queue bulk )
-pass in on lo0 inet proto tcp from any to 127.0.0.1 port = 22 flags S/SA set ( queue(bulk, urgent) )