diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-16 22:21:20 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-16 22:21:20 +0000 |
commit | 7e3b816ef9b90d29f779e0f46a0da6558a499c87 (patch) | |
tree | f56740a6bd117726618b754b2d27b8e95239d245 /regress/sbin/pfctl/pf42.in | |
parent | 6120059343c1d6ded9817bfb19f21c52540ce233 (diff) |
loopback interface MTU differs on 64 bit archs.
interface MTU is part of the tbrsize calculation.
thus we need to specify the tbrsize in the input files to make the tests
work on 64 bit platforms.
Diffstat (limited to 'regress/sbin/pfctl/pf42.in')
-rw-r--r-- | regress/sbin/pfctl/pf42.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf42.in b/regress/sbin/pfctl/pf42.in index 45e2aea5749..9270158efe4 100644 --- a/regress/sbin/pfctl/pf42.in +++ b/regress/sbin/pfctl/pf42.in @@ -2,7 +2,7 @@ ext_if = "lo0" -altq on $ext_if bandwidth 10Mb cbq \ +altq on $ext_if bandwidth 10Mb tbrsize 1824 cbq \ queue { deflt, http, ssh, mail, rsets } queue deflt cbq(default ecn) bandwidth 10% priority 0 queue http priority 3 bandwidth 1.5Mb { http_vhosts, http_cust1 } |