diff options
author | Kenjiro Cho <kjc@cvs.openbsd.org> | 2004-04-30 11:37:50 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@cvs.openbsd.org> | 2004-04-30 11:37:50 +0000 |
commit | b52c0c3149fbae0d719728aa208b40b899d4f087 (patch) | |
tree | 74d8cc8da7e9d527fa790e403163b8e812b96c8a /regress/sbin | |
parent | 4bc7445065e8d4fa253c39a225fbfff5bb3ab2d5 (diff) |
modify pf63 and pf64 to pass the stricter check that was added recently.
noticed by david@
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pf63.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf63.ok | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf64.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf64.ok | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/pf63.in b/regress/sbin/pfctl/pf63.in index 729721b5a89..e1aa57da696 100644 --- a/regress/sbin/pfctl/pf63.in +++ b/regress/sbin/pfctl/pf63.in @@ -3,7 +3,7 @@ altq on lo0 tbrsize 1824 bandwidth 10Mb hfsc queue { eins zwei drei } queue eins bandwidth 10% hfsc(default linkshare(20% 20 5%) realtime 500Kb) queue zwei bandwidth 40% hfsc(linkshare(35% 10 25%) upperlimit 5Mb) -queue drei bandwidth 50% hfsc(linkshare(60% 20 4Mb) \ +queue drei bandwidth 50% hfsc(linkshare(45% 20 4Mb) \ upperlimit(65% 10 45%)) diff --git a/regress/sbin/pfctl/pf63.ok b/regress/sbin/pfctl/pf63.ok index f04269d1dc1..44b4d93fadf 100644 --- a/regress/sbin/pfctl/pf63.ok +++ b/regress/sbin/pfctl/pf63.ok @@ -1,4 +1,4 @@ altq on lo0 hfsc bandwidth 10Mb tbrsize 1824 queue { eins zwei drei } queue eins bandwidth 10% hfsc( default realtime 500Kb linkshare(20% 20 5%) ) queue zwei bandwidth 40% hfsc( linkshare(35% 10 25%) upperlimit 5Mb ) -queue drei bandwidth 50% hfsc( linkshare(60% 20 4Mb) upperlimit(65% 10 45%) ) +queue drei bandwidth 50% hfsc( linkshare(45% 20 4Mb) upperlimit(65% 10 45%) ) diff --git a/regress/sbin/pfctl/pf64.in b/regress/sbin/pfctl/pf64.in index b80a5885eba..35e709be88c 100644 --- a/regress/sbin/pfctl/pf64.in +++ b/regress/sbin/pfctl/pf64.in @@ -5,7 +5,7 @@ altq on lo0 tbrsize 1824 bandwidth 10Mb hfsc queue { eins zwei drei } altq on tun1000000 tbrsize 1824 bandwidth 100Mb hfsc queue { eins zwei drei } queue eins bandwidth 10% hfsc(default linkshare(20% 20 5%) realtime 500Kb) queue zwei bandwidth 40% hfsc(linkshare(35% 10 25%) upperlimit 5Mb) -queue drei bandwidth 50% hfsc(linkshare(60% 20 4Mb) \ +queue drei bandwidth 50% hfsc(linkshare(45% 20 4Mb) \ upperlimit(65% 10 45%)) diff --git a/regress/sbin/pfctl/pf64.ok b/regress/sbin/pfctl/pf64.ok index 35814ec5317..4e0005fd3a6 100644 --- a/regress/sbin/pfctl/pf64.ok +++ b/regress/sbin/pfctl/pf64.ok @@ -2,4 +2,4 @@ altq on lo0 hfsc bandwidth 10Mb tbrsize 1824 queue { eins zwei drei } altq on tun1000000 hfsc bandwidth 100Mb tbrsize 1824 queue { eins zwei drei } queue eins bandwidth 10% hfsc( default realtime 500Kb linkshare(20% 20 5%) ) queue zwei bandwidth 40% hfsc( linkshare(35% 10 25%) upperlimit 5Mb ) -queue drei bandwidth 50% hfsc( linkshare(60% 20 4Mb) upperlimit(65% 10 45%) ) +queue drei bandwidth 50% hfsc( linkshare(45% 20 4Mb) upperlimit(65% 10 45%) ) |