diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-15 10:57:29 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-15 10:57:29 +0000 |
commit | f7cda87206ac99e7148668f85eebc32ebce15f07 (patch) | |
tree | eb3ee50b161959f836b70e2a7bef95201ba684af /regress | |
parent | 4042999a30083d9d4b5ff02a566cf01816cf4236 (diff) |
regen
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pf62.ok | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/pf62.ok b/regress/sbin/pfctl/pf62.ok index 626050dac5c..c9c675eaab0 100644 --- a/regress/sbin/pfctl/pf62.ok +++ b/regress/sbin/pfctl/pf62.ok @@ -1,6 +1,6 @@ altq on lo0 hfsc bandwidth 10Mb tbrsize 1824 queue { eins zwei drei } -queue eins bandwidth 10% hfsc( default linkshare 1Mb ) -queue zwei bandwidth 60% hfsc( linkshare 6Mb ) { sub2 sub3 } -queue sub2 bandwidth 20% hfsc( linkshare 1.20Mb ) -queue sub3 bandwidth 20% hfsc( linkshare 1.20Mb ) -queue drei bandwidth 10% hfsc( linkshare 1Mb ) +queue eins bandwidth 10% hfsc( default ) +queue zwei bandwidth 60% { sub2 sub3 } +queue sub2 bandwidth 20% +queue sub3 bandwidth 20% +queue drei bandwidth 10% |