summaryrefslogtreecommitdiff
path: root/templates/interfaces/bridge
AgeCommit message (Collapse)Author
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