diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-23 12:00:31 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-23 12:00:31 +0000 |
commit | 74226db6d8583dee57216de3ef05279926b07e6e (patch) | |
tree | 171d5039c273d8f5c72a7e922aa1207ce07ff1e2 /regress | |
parent | 6ac76c571bf46f4453c98242e9503ce839af39f7 (diff) |
specify tbrsize; fixes this test on alpha
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pf45.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf45.in b/regress/sbin/pfctl/pf45.in index 715492c30cf..139f54be1fd 100644 --- a/regress/sbin/pfctl/pf45.in +++ b/regress/sbin/pfctl/pf45.in @@ -1,4 +1,4 @@ -altq on lo0 priq bandwidth 10Mb queue { pri-low pri-med pri-high } +altq on lo0 priq bandwidth 10Mb tbrsize 1824 queue { pri-low pri-med pri-high } queue pri-low priority 0 queue pri-med priority 1 priq(default) queue pri-high priority 2 |