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/pf37.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/pf37.in')
-rw-r--r-- | regress/sbin/pfctl/pf37.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf37.in b/regress/sbin/pfctl/pf37.in index 60d228ac442..8d71adb0533 100644 --- a/regress/sbin/pfctl/pf37.in +++ b/regress/sbin/pfctl/pf37.in @@ -1,5 +1,5 @@ #test altq with interface expansion #also tests multiple queues with the same name but on different interfaces -altq on { lo0 lo1 } cbq bandwidth 10Mb queue std +altq on { lo0 lo1 } tbrsize 1824 cbq bandwidth 10Mb queue std queue std cbq(default) |