diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-15 10:58:54 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-15 10:58:54 +0000 |
commit | 8a0ff95b5ad34e1780d09aa87fb96f201bd79cec (patch) | |
tree | 273fd0f388f44a90e575f11a2febaf14c47788dc /regress/sbin | |
parent | f7cda87206ac99e7148668f85eebc32ebce15f07 (diff) |
regen
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pfaltq12.ok | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfaltq13.ok | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfaltq14.ok | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/pfaltq12.ok b/regress/sbin/pfctl/pfaltq12.ok index 98a4bf2dbb8..5ffa5962439 100644 --- a/regress/sbin/pfctl/pfaltq12.ok +++ b/regress/sbin/pfctl/pfaltq12.ok @@ -1,8 +1,8 @@ queue root_lo0 bandwidth 10Mb priority 0 {eins, zwei, drei} [ qid=1 ifname=lo0 ifbandwidth=10Mb ] -queue eins bandwidth 1Mb hfsc( default linkshare(2Mb 20ms 500Kb) ) +queue eins bandwidth 1Mb hfsc( default linkshare(2Mb 20 500Kb) ) [ qid=2 ifname=lo0 ifbandwidth=10Mb ] queue zwei bandwidth 4Mb hfsc( linkshare 3.50Mb upperlimit 5Mb ) [ qid=3 ifname=lo0 ifbandwidth=10Mb ] -queue drei bandwidth 5Mb hfsc( linkshare(6Mb 20ms 4Mb) upperlimit(6.50Mb 10ms 4.50Mb) ) +queue drei bandwidth 5Mb hfsc( linkshare(6Mb 20 4Mb) upperlimit(6.50Mb 10 4.50Mb) ) [ qid=4 ifname=lo0 ifbandwidth=10Mb ] diff --git a/regress/sbin/pfctl/pfaltq13.ok b/regress/sbin/pfctl/pfaltq13.ok index b734db04283..98042e8ad3c 100644 --- a/regress/sbin/pfctl/pfaltq13.ok +++ b/regress/sbin/pfctl/pfaltq13.ok @@ -1,8 +1,8 @@ queue root_lo0 bandwidth 10Mb priority 0 {eins, zwei, drei} [ qid=1 ifname=lo0 ifbandwidth=10Mb ] -queue eins bandwidth 1Mb hfsc( default realtime(2Mb 20ms 500Kb) ) +queue eins bandwidth 1Mb hfsc( default realtime(2Mb 20 500Kb) ) [ qid=2 ifname=lo0 ifbandwidth=10Mb ] queue zwei bandwidth 4Mb hfsc( realtime 5Mb linkshare 3.50Mb ) [ qid=3 ifname=lo0 ifbandwidth=10Mb ] -queue drei bandwidth 5Mb hfsc( realtime(6Mb 20ms 4Mb) upperlimit(6.50Mb 10ms 4.50Mb) ) +queue drei bandwidth 5Mb hfsc( realtime(6Mb 20 4Mb) upperlimit(6.50Mb 10 4.50Mb) ) [ qid=4 ifname=lo0 ifbandwidth=10Mb ] diff --git a/regress/sbin/pfctl/pfaltq14.ok b/regress/sbin/pfctl/pfaltq14.ok index f8304720223..13c99de48e3 100644 --- a/regress/sbin/pfctl/pfaltq14.ok +++ b/regress/sbin/pfctl/pfaltq14.ok @@ -1,4 +1,4 @@ queue root_lo0 bandwidth 10Mb priority 0 {eins} [ qid=1 ifname=lo0 ifbandwidth=10Mb ] -queue eins bandwidth 1Mb hfsc( default linkshare(1.50Mb 20ms 1Mb) ) +queue eins bandwidth 1Mb hfsc( default linkshare(1.50Mb 20 1Mb) ) [ qid=2 ifname=lo0 ifbandwidth=10Mb ] |