diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2014-04-18 11:15:22 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2014-04-18 11:15:22 +0000 |
commit | 50f2b851643a552d5b46a62cf7b40fa437565b01 (patch) | |
tree | 73de05ea40a750a638250b2b6d628bc3a92c1005 /regress/sbin | |
parent | 070af069aaa4784f6d304c07f777a416b765eba6 (diff) |
missed these
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pf43.in | 11 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf43.loaded | 20 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf43.ok | 8 |
3 files changed, 0 insertions, 39 deletions
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) ) |