Age | Commit message (Collapse) | Author |
|
Need to reserve:
Class 1 for root class
Class 2 for default class
because dsmark needs to allocate an array and reserving 0x4000
for the default class would cause lots of extra memory wasteage.
|
|
The script needs to look up ifindex for the match rule, so this is
a good thing to use for syntax checking
|
|
|
|
1 to 10 was too arbitrary restriction since the kernel allows nothing,
or full u32 value.
|
|
comp_help is displayed via printf so % must be doubled.
Fixes: https://bugzilla.vyatta.com/show_bug.cgi?id=2762
|
|
And add more help text.
|
|
1. checking for name clash shouldn't see self
2. leftover from rate to bandwidth name change
3. leftover debug message.
|
|
Need to find "out" for parent node.
|
|
Make qos syntax more familar to IOS users.
|
|
Check names of policys for syntax and uniqueness.
Add hooks for update that does refresh of interface (should fix bug).
Block deletion of policy that is in use.
|
|
This fixes problem where 80%x and x12% would be matched.
|
|
change to recent burst help
|
|
Fixes: https://bugzilla.vyatta.com/show_bug.cgi?id=2763
|
|
Using sudo isn't necessary, and clobbers the environment, making
debugging harder.
|
|
|
|
This the initial checkin prior to integration
|