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/pf43.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/pf43.in')
-rw-r--r-- | regress/sbin/pfctl/pf43.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf43.in b/regress/sbin/pfctl/pf43.in index c8cb87910bf..4cccca06001 100644 --- a/regress/sbin/pfctl/pf43.in +++ b/regress/sbin/pfctl/pf43.in @@ -1,6 +1,6 @@ #test various forms of queue assignment -altq on lo0 bandwidth 100Mb cbq queue { bulk, prio } +altq on lo0 tbrsize 3648 bandwidth 100Mb cbq queue { bulk, prio } queue bulk priority 1 cbq(default) queue prio priority 7 pass in on lo0 inet proto tcp from any to lo0 port 22 queue (bulk prio) |