summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-03-12 15:47:29 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-03-12 15:47:29 +0000
commitc20276e90d072199a1d6cd926c37e64553979536 (patch)
tree80fe1b1cc144d95ec4de5316331752f14cd67fa1 /regress
parenteb3b05293dade99079a811fe55ed62436272bf9e (diff)
hardcode tbrsize to make this test on 64bit archs happy, as usual
Diffstat (limited to 'regress')
-rw-r--r--regress/sbin/pfctl/pfail31.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pfail31.in b/regress/sbin/pfctl/pfail31.in
index 082744f8206..2919134c7a1 100644
--- a/regress/sbin/pfctl/pfail31.in
+++ b/regress/sbin/pfctl/pfail31.in
@@ -3,10 +3,10 @@
lan_if = lo0
ext_if = nothere0
-altq on $ext_if bandwidth 512Kb cbq queue { q_ext_std }
+altq on $ext_if bandwidth 512Kb tbrsize 33224 cbq queue { q_ext_std }
queue q_ext_std bandwidth 100% cbq(default) { q_ext_p2p }
queue q_ext_p2p bandwidth 25% cbq(red ecn)
-altq on $lan_if bandwidth 512Kb cbq queue { q_lan_std }
+altq on $lan_if bandwidth 512Kb tbrsize 33224 cbq queue { q_lan_std }
queue q_lan_std bandwidth 100% cbq(default) { q_lan_p2p }
queue q_lan_p2p bandwidth 25% cbq(red ecn)