summaryrefslogtreecommitdiff
path: root/templates/interfaces/bridge
AgeCommit message (Collapse)Author
2010-04-27Make interface help completion strings consistentStephen Hemminger
Use same format/syntax over all interface types. Bug 5257
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
2009-10-21move priority after tag nodes.slioch
2009-10-20move priority after multi tagsslioch
2009-10-15partial fix for bug 4903.slioch
2009-09-09Allow null description on deviceStephen Hemminger
Bug 4918
2009-07-17Fix descriptions with meta-charactersStephen Hemminger
Bug 4672 Use ip command rather than sysfs to avoid quoting issues (cherry picked from commit 1b4902564b5a853b925d2c239c8e6a39b1734433)
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-17Fix multi-nodes for address using update tagStephen Hemminger
Update makes no sense on a multi-valued node, only create or delete have meaning. (cherry picked from commit 273c1418553a39dcb4417acbf70cb863c97d1ccd)
2009-04-20Move disable-link-detect out of vyatta-cfg-quagga to interfacesStephen Hemminger
Some interfaces have link-detect others do not, and vyatta-cfg-quagga is trying to handle generic case.
2009-03-31Set forwarding-delay when STP is enabledStephen Hemminger
If using STP then apply configured forwarding-delay or 15 if none specified.
2009-03-31Turn off forwarding delay if STP is offStephen Hemminger
Bug 4226 There is no need for forwarding delay unless doing spanning tree.
2009-03-25Fix update of descriptionStephen Hemminger
Bug 4249
2009-03-23Save interface description in kernelStephen Hemminger
2009-03-09Remove per-interface firewall templates. They are generated now.Bob Gilligan
2009-02-27up the bridge interface when it's createdAn-Cheng Huang
2009-02-27fix logic and shell syntaxAn-Cheng Huang
2009-01-26bridge: handle non ethernet devices in bridgeStephen Hemminger
Eventually, need to be able to devices named something other than 'ethX' into bridge. So use sysfs to find devices.
2009-01-12Bridge/bonding update to new syntaxStephen Hemminger
Update to new syntax and remove unneeded CLI path.
2009-01-08disable bridge node should be same as disable ethernetStephen Hemminger
There is no reason that disable of ethernet and disable of bridge have conflicting syntax.
2008-11-19Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵Mohit Mehta
interface has been disabled in CLI
2008-10-24add firewall configuration to bridge interfaceAn-Cheng Huang
2008-09-22Allow any number of bridge devicesStephen Hemminger
The CLI should not be enforcing arbitrary restrictions on the number of devices. The limit should be based on the resources of the system and only the kernel would know that. So let the user try and make 10000 bridge devices, maybe its on a 2000 core machine with 64G of memory. Any failure will show up when the attempt is made to create the tunnel device.
2008-07-30Add IPv6 address to comp_help for bridge/tunnelStig Thormodsrud
2008-04-14Merge from glendalerbalocca
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-11Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-system
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
-help strings standardized in vyatta-cfg-system
2008-03-12CLI tab enhancement at "set interfaces ethernet <> address"Mohit Mehta
- tab gives dhcp if interface hasn't been configured before. handle "<*>" allowed values
2008-02-15Fix syntax error in "interface bridge <> priority".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-16Add help and error message for 'set interfaces ethernet <dev> addressStig Thormodsrud
2008-01-11Allow ip address to be configured on bridge interfaceStig Thormodsrud
2007-12-16Add ethernet bridging.Stig Thormodsrud