summaryrefslogtreecommitdiff
path: root/templates/interfaces/bridge/node.def
AgeCommit message (Collapse)Author
2019-08-05[bridge]: T1556: rewrite Bridge in new style XML syntaxChristian Poessinger
2018-10-14T898: use the new script for checking if a bridge still has active members.Daniil Baturin
2018-08-25T797: add sudo to ip command calls in other interface types.Daniil Baturin
2016-01-23Remove fuse group, not needed in debian jessieUnicronNL
2011-08-08bridge: allow setting mac addressStephen Hemminger
Bug 7164 set interface bridge br0 mac 00:01:02:03:04:05
2010-07-20Use val_help: for interface name helpStephen Hemminger
Use common method for formatting CLI style help when entering interface name. Move loopback name syntax check into CLI expression to avoid overhead of perl here.
2010-07-16Remove verbs from all help messagesStephen Hemminger
Per current policy remove verb from all help messages in th is package
2010-06-15Remove sudo from brctlStephen Hemminger
Since brctl has cap_net_admin, don't need to use sudo
2010-06-15Remove sudo from ip commandStephen Hemminger
No longer need sudo on ip because of cap_net_admin
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-15partial fix for bug 4903.slioch
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.
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-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-01-31convert templates to new syntaxAn-Cheng Huang
2008-01-11Allow ip address to be configured on bridge interfaceStig Thormodsrud
2007-12-16Add ethernet bridging.Stig Thormodsrud