summaryrefslogtreecommitdiff
path: root/regress/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sbin')
-rw-r--r--regress/sbin/pfctl/pf43.in11
-rw-r--r--regress/sbin/pfctl/pf43.loaded20
-rw-r--r--regress/sbin/pfctl/pf43.ok8
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) )