summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)