summaryrefslogtreecommitdiff
path: root/templates/interfaces/ethernet
AgeCommit message (Collapse)Author
2012-05-15Delete manually generated vrrp nodesJohn Southworth
2012-02-07Allow redirect on all interfacesStephen Hemminger
Bug 7771 Allow QoS redirect on all interfaces (vlan, bonding, bridge, etc).
2011-12-05add priorities to vrrp traffic-policy so that it is executed after ↵John Southworth
keepalived has started add mirror and redirect to ethernet vrrp interfaces
2010-07-21Fix error message for redirect/mirror and ingress conflictStephen Hemminger
2010-07-21Only allow redirect and mirror on ethernet devicesStephen Hemminger
For simplicity only allow mirror/redirect templates to exist on ethernet device.
2009-03-30Generate QoS interface templatesStephen Hemminger
Similar process to firewall and quagga parameters
2009-03-18Don't change transmit queue lengthStephen Hemminger
Unnecessary to change txq length and breaks things.
2009-03-18Allow setting txqueuelenStephen Hemminger
Kernel is fixed to allow setting txqueuelen
2009-02-02Bugfix 4052: Support PPPOE over ethernet VIFs.Bob Gilligan
2009-02-02Move qos policy parameters for PPPOE to correct location in tree.Bob Gilligan
2009-01-22Don't reset txqueuelen after removing qosStephen Hemminger
Bugfix 3859
2008-10-27Fix QoS on VifStephen Hemminger
Handle Vif on serial. Can't have update and create tag.
2008-10-24Handle updates to existing vif qosStephen Hemminger
Need to change policy on update, not just create.
2008-10-24Fix repeated spellin errorStephen Hemminger
Several places have same copied help text with spelling error.
2008-09-23Add incoming traffic limiting to QosStephen Hemminger
This adds support for Qos using incoming policing. It is accepts the syntax and processes commands, but is not fully debugged. Bugfix: 3664
2008-05-01Add QoS policy configurability for PPPOE, PPPOA and classical IP overBob Gilligan
ATM interfaces on ADSL, and PPPOE on ethernet interfaces.
2008-04-11Merge branch 'glendale' into hollywoodrbalocca
2008-04-09Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-qos
2008-04-09Allow qos over vlanStephen Hemminger
Add template and configuration support for QoS policy over vif. This is covers bug 3137
2008-04-08allow qos over vlanStephen Hemminger
Test version
2008-02-28auto-completion for qos-policiesStephen Hemminger
Add missing support for completion of policy choices Bugfix: 2915
2008-02-06fix update/delete tags to properly find parentStephen Hemminger
Need to find "out" for parent node.
2008-02-05add validation for policy names, and policy update/deleteStephen Hemminger
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.
2008-02-04don't use sudo when updating interfaceStephen Hemminger
Using sudo isn't necessary, and clobbers the environment, making debugging harder.
2008-01-31convert templates to new syntaxAn-Cheng Huang
2008-01-30Initial version of vyatta-cfg-qosdebian/0.1Stephen Hemminger
This the initial checkin prior to integration