summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-02-19 16:30:31 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-02-19 16:30:31 +0000
commitf084997ac81e17a22824ff7556188e008aa79438 (patch)
treeb794f1aafb3f140082e934df946eb5a670ce0b9e
parentd55a35a36ac26a5838241204f9293b06f7303ffc (diff)
need to specify tbrsize explicitely; automatically caclulated one is
different on 64bit archs due to slightly different MTU
-rw-r--r--regress/sbin/pfctl/pf51.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf51.in b/regress/sbin/pfctl/pf51.in
index 83ccf53459e..027cb3cefc8 100644
--- a/regress/sbin/pfctl/pf51.in
+++ b/regress/sbin/pfctl/pf51.in
@@ -3,7 +3,7 @@
pass in on lo0 all
set require-order no
nat on lo0 from any to any -> 127.0.0.1
-altq on lo0 cbq bandwidth 10Mb queue { toad, frog }
+altq on lo0 tbrsize 1824 cbq bandwidth 10Mb queue { toad, frog }
queue toad bandwidth 1Mb
queue frog bandwidth 90% cbq(default)