summaryrefslogtreecommitdiff
path: root/templates/interfaces/ethernet
AgeCommit message (Collapse)Author
2010-03-09Bugfix 5021: Make smp_affinity configuration tolerant of failures.Bob Gilligan
2010-02-21Fix 5157: dhcpclient doesn't work when alternative mac address specified on ↵Stig Thormodsrud
bootup
2010-02-18Fix Bug 5064 can't delete bridge group and membership in one commitMohit Mehta
* fix this for eth, eth.vif, bond, bond.vif interfaces * also, bridge-group code for bonding interfaces wasn't changed with commit ec080f99 that re-strucutred bridging code in eth and eth.vifs to fix bug 4708. bridge-group code for bond and bond.vif interfaces is now similar to the fix for 4708
2010-02-16Use template to do syntax checks on ethernet device nameStephen Hemminger
Bug 5256 Going out to perl to repeatedly validate ethernet device name slows down adding VLAN's and other operations with lots of sub-devices.
2010-02-16Check current status (not configured value) when enabling vlan deviceStephen Hemminger
2010-02-16Speed up VIF creationStephen Hemminger
The overhead of compiling perl script repeatedly slows down VIF creation
2010-01-19Bugfix 5162: Make disabling flow control work at boot time.Bob Gilligan
We need to delay disabling flow control in the sequence of events until after the interface address has been set. An additional benefit of adding a "priority" field is that interface configuration will not fail if the attempt to disable flow control fails for some reason.
2009-12-21Move interface support from vyatta-cfg to vyatta-cfg-systemStephen Hemminger
All the other interface types are in vyatta-cfg-system, only loopback and ethernet were in vyatta-cfg
2009-11-30added required keyword to help text.Michael Larson
2009-11-02Fix 5063: committing "set interfaces ethernet <> bridge-group bridge <>" ↵Stig Thormodsrud
got "invalid variable reference (invalid format)" - need extra escape magic to call vyatta-cli-expand-var.pl.
2009-10-31added missed vrrp priorities.slioch
2009-10-15partial fix for bug 4903.slioch
2009-08-04Fix bonding group setupStephen Hemminger
The last change broke bond-group setup.
2009-08-04BONDING: handle change of bond-groupStephen Hemminger
Use similar action to new bridge-group Bug 4768
2009-08-04BONDING: handle change of bond-groupStephen Hemminger
Use similar action to new bridge-group Bug 4768
2009-07-17Change interface state to down, add to bond group, change state to up.Mark O'Brien
(cherry picked from commit ed127b43756dfe852cff453ac8d8a72c01cbefd2)
2009-07-17Convert bonding to use sysfs instead of ifenslaveStephen Hemminger
ifenslave is the old way, and may not be supported in future. Use sysfs instead to add/delete slaves. (cherry picked from commit 0bd1cd12ccb047afce7444f5728fc3bbc3f328a5)
2009-07-17Remove invalid buried templatesStephen Hemminger
These are all templates that do nothing in current config and only contain a useless help: value. (cherry picked from commit d932a2d53618d38a3a5d4c668e18fc5920e0ad6b)
2009-07-14Bugfix 4708: Re-structure to avoid using "update" in non-leaf valueless nodes.Bob Gilligan
This change cleans up the bridging configuration, uses the new COMMIT_ACTION environment variable, and avoids using state files to pass information between templates.
2009-06-14Fix 4579: There is no validation for vrrp virtual-address like the one for ↵Stig Thormodsrud
interfaces address.
2009-04-01Change "syntax" check to "commit" check for virtual interfaces.Stig Thormodsrud
Change to use script for allowed values.
2009-03-25Add "interface ethernet <> bridge-group bridge" update tag in addition to ↵Stig Thormodsrud
create tag.
2009-03-25Change bridge check from "syntax" to "create".Stig Thormodsrud
Change allowed tag to use new interface check.
2009-03-25Change "syntax" check to "commit" check for "bridge-group bridge".Stig Thormodsrud
2009-03-03Use vyatta-interfaces.pl to check bridge validityStephen Hemminger
2009-03-03Use vyatta-interfaces.pl to show available bonding devicesStephen Hemminger
2009-03-01Fix 4152: Add support for VRRP operation on unnumbered interfacesStig Thormodsrud
2009-02-28Fix 3778: vrrp should allow prefix to be included with the virtual-addressStig Thormodsrud
2008-09-17Add support for bondingStephen Hemminger
Bugfix 3173 Add support for bonding device creation and adding slaves
2008-07-13Fix 3460: vrrp authentication error msg is wrongStig Thormodsrud
2008-06-25Add cli to enable proxy arp on a interface.Stig Thormodsrud
2008-06-19Fix 2030: Enhancement: VRRP preemption hold down timerStig Thormodsrud
2008-06-11Fix 1818: Add disable option to vrrp.Stig Thormodsrud
2008-04-25watchlink is no longer usedStephen Hemminger
Remove the watchlink exclude hooks
2008-04-17Fix 3148: can't delete bridge interfaceStig Thormodsrud
2008-04-14Merge branch 'glendale' into hollywoodrbalocca
Conflicts: templates/interfaces/bridge/node.def templates/interfaces/ethernet/node.tag/bridge-group/node.def
2008-04-14Fix 3148: can't delete bridge interfaceStig Thormodsrud
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
-help strings standardized in vyatta-cfg-system
2008-04-04Merge branch 'glendale' into hollywoodrbalocca
2008-04-03Fix 3086: VRRP only allows up to 20 virtual IPsStig Thormodsrud
2008-04-02Merge branch 'glendale' into hollywoodrbalocca
Conflicts: debian/control
2008-03-31Add vrrp vip addresses to watchlink exclude file.Stig Thormodsrud
2008-03-20Fix Bug 2778 VRRP: add ability to run scripts on state transitionMohit Mehta
- enhancement added: configuring of scripts to run on vrrp state-transitions
2008-02-26Fix 2877: Bridge group can not be assiged to vif sub interfaceZStig Thormodsrud
2008-02-14Fix 2819 Plain-text authentication should be identified as such.Stig Thormodsrud
2008-02-01- Fix 2745: bridge-group cost - syntax errorStig Thormodsrud
- Fix 2746: bridge-group priority - syntax error - Add comp_help strings - Change bridge-group to a transaction node
2008-01-31convert templates to new syntaxAn-Cheng Huang
2008-01-21All vrrp to be configured on vifStig Thormodsrud
2008-01-12Add vrrp sync group and fix authentication displayStig Thormodsrud
2007-12-18Fix delete vrrp node (we really need symbolic names rather than relative path).Stig Thormodsrud