diff options
author | 2003-03-12 15:47:28 +0000 | |
---|---|---|
committer | 2003-03-12 15:47:28 +0000 | |
commit | 0df75e44715233828444c2a6545c057c9afcf057 (patch) | |
tree | 4586d113d43696a3b717dd5cafe0da563dd0396e | |
parent | should -> must when discussing locking. it's not optional. (diff) | |
download | wireguard-openbsd-0df75e44715233828444c2a6545c057c9afcf057.tar.xz wireguard-openbsd-0df75e44715233828444c2a6545c057c9afcf057.zip |
hardcode tbrsize to make this test on 64bit archs happy, as usual
-rw-r--r-- | regress/sbin/pfctl/pfail31.in | 4 |
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) |