Modify ↓
Ticket #373 (closed enhancement: invalid)
Network should provide an upload rate for every external interface
| Reported by: | ejhernandez@… | Owned by: | juruen@… |
|---|---|---|---|
| Milestone: | nice to have someday | Component: | network |
| Severity: | minor | Keywords: | traffic shaping rate interface |
| Cc: | ejhernandez@… |
Description (last modified by ejhernandez@…) (diff)
In order to do traffic shaping, we need the upload rate of each external interface, or better for each link.
The API should like the following:
- Method: ifaceUploadRate
- Parameters: interface's name
- Returns: interface's upload rate in kilobits per seconds
Attachments
Change History
comment:1 Changed 6 years ago by ejhernandez@…
- Description modified (diff)
- Summary changed from Network should provide a rate for every interface to Network should provide an upload rate for every external interface
comment:2 Changed 6 years ago by ejhernandez@…
- Cc ejhernandez@… added
When this ticket is accomplished, the workaround provided should be changed to use this method.
comment:5 Changed 4 years ago by juruen@…
- Status changed from new to closed
- Resolution set to invalid
Closing ticket. Upload/download rate should be set in traffic shaping module, which is the only module that cares about these settings. Otherwise we are forcing the user to add extra information that will not be used in case the traffic shaping module is not installed or used.
Note: See
TracTickets for help on using
tickets.
I do only need the upload rate from external interfaces to do traffic shaping.