From 666dc3c7e066c1a96995d51a9fd7a21dfa78512a Mon Sep 17 00:00:00 2001 From: henning Date: Fri, 18 Apr 2014 11:15:21 +0000 Subject: [PATCH] missed these --- regress/sbin/pfctl/pf43.in | 11 ----------- regress/sbin/pfctl/pf43.loaded | 20 -------------------- regress/sbin/pfctl/pf43.ok | 8 -------- 3 files changed, 39 deletions(-) delete mode 100644 regress/sbin/pfctl/pf43.in delete mode 100644 regress/sbin/pfctl/pf43.loaded delete mode 100644 regress/sbin/pfctl/pf43.ok diff --git a/regress/sbin/pfctl/pf43.in b/regress/sbin/pfctl/pf43.in deleted file mode 100644 index 5ecb487a6ae..00000000000 --- a/regress/sbin/pfctl/pf43.in +++ /dev/null @@ -1,11 +0,0 @@ -#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) - diff --git a/regress/sbin/pfctl/pf43.loaded b/regress/sbin/pfctl/pf43.loaded deleted file mode 100644 index 3af200b730c..00000000000 --- a/regress/sbin/pfctl/pf43.loaded +++ /dev/null @@ -1,20 +0,0 @@ -@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 ] - diff --git a/regress/sbin/pfctl/pf43.ok b/regress/sbin/pfctl/pf43.ok deleted file mode 100644 index ac3d78c21d4..00000000000 --- a/regress/sbin/pfctl/pf43.ok +++ /dev/null @@ -1,8 +0,0 @@ -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) ) -- 2.20.1