missed these
authorhenning <henning@openbsd.org>
Fri, 18 Apr 2014 11:15:21 +0000 (11:15 +0000)
committerhenning <henning@openbsd.org>
Fri, 18 Apr 2014 11:15:21 +0000 (11:15 +0000)
regress/sbin/pfctl/pf43.in [deleted file]
regress/sbin/pfctl/pf43.loaded [deleted file]
regress/sbin/pfctl/pf43.ok [deleted file]

diff --git a/regress/sbin/pfctl/pf43.in b/regress/sbin/pfctl/pf43.in
deleted file mode 100644 (file)
index 5ecb487..0000000
+++ /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 (file)
index 3af200b..0000000
+++ /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 (file)
index ac3d78c..0000000
+++ /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) )