blob: 27f396e40ee1f38cae8c4c01d7bb0820b0d252b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
vyatta-cfg-qos (0.3) unstable; urgency=low
3.0.1
[ Mark O'Brien ]
[ Stephen Hemminger ]
* remove leftover template for default/queue
* cleanup variable names for clarity
* auto-completion for qos-policies
* autocompletion for dscp field names
* DSCP values should be scaled
* Show DSCP field values
* change syntax checks for policy name
* QOS perl script policy management changes
* validate queue-limit syntax
* remove dead code in qos script
* fix parsing problems during update
* add QOS support for serial
* Better help message for class identifier
* Fix syntax checking for queue-limit
* fix handling of hash-interval
* use object factory rather than hardcoded switch for policy config
* better error messages for configuration problems
* better syntax/semantic checking of qos-policy
* syntax fix for fair-queue/queue-limit
* fix filtering rules when using set-dscp
* clear old policy before applying new QOS
* tab completion for protocol values
* Replace VLP with GPLv2
* Update copyright to GPLv2
* add license text to scripts
* fix script problem when updating interface
[ rbalocca ]
* Fix build problem
* Remove empty directories from the debian package
[ Mark O'Brien ]
-- Mark O'Brien <mobrien@vyatta.com> Tue, 18 Mar 2008 19:03:39 -0700
vyatta-cfg-qos (0.2) unstable; urgency=low
vc4.0.0
[ Mark O'Brien ]
[ An-Cheng Huang ]
* convert templates to new syntax
[ Stephen Hemminger ]
* fix typos in management of match rules
* format id for default class correctly
* change to how open is used to run tc
* don't pass debug to update_interfaces
* get rid of unused variable
* get auto speed correctly
* don't use sudo when updating interface
* fix parsing of ethtool output for auto rate processing
* better error messages on errors
* cleanup on failed commit
* handle undefined values better
* get match rules to work.
* Add help for burst values
* don't indent help as much
* make sure regex for matching percentage are anchored
* add validation for policy names, and policy update/delete
* add support for match based on incoming device and vlan
* rename rate to bandwidth
* fix update/delete tags to properly find parent
* better error handling and propogation from get_num
* fix update problems
* rename dsfield to dscp
* fix problems with percent sign in comp_help
* allow greater range of priorty
* vlan tag is not a tag node
* use ifindex to check for valid interface config
* fixes for match on vlan or interface
* fix vlan and device matching
* restrict class to 3...4095
* add templates for dscp setting
* catch errors where dscp name is not defined
* update to qos functionality
* detect match conflicts during commit
* use sudo to run ethtool
* if error occurs in qos processing display commands
* get dsmark working
* Add new options to set queue type and queue limit
* default scaling for bandwidth fix
[ Mark O'Brien ]
-- Mark O'Brien <mobrien@vyatta.com> Mon, 25 Feb 2008 17:38:22 -0800
vyatta-cfg-qos (0.1) unstable; urgency=low
* Initial Release.
-- Stephen Hemminger <stephen.hemminger@vyatta.com> Wed, 30 Jan 2008 11:23:18 -0700
|