summaryrefslogtreecommitdiff
path: root/templates/interfaces/bonding/node.def
AgeCommit message (Collapse)Author
2010-10-25Wait to bring up bond interface until endStephen Hemminger
Setting bonding parameter requires setting interface down. Avoid flapping interface unnecessarily on boot, by defering setting link up until end of boot.
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 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
2009-10-21move priority after tag nodes.slioch
2009-10-15partial fix for bug 4903.slioch
2009-08-04Bonding: load module with MII monitor enabledStephen Hemminger
Unless miimon parameter is set, bonding device won't watch for link changes (which makes it useless for any backup modes).
2009-07-17Fix 'sh: line 1:' error ing bug 4655.Mark O'Brien
(cherry picked from commit c43e9e86ea502c455dcffac10d50304d47cad8ba)
2009-07-17Use sysfs for bonding device controlAn-Cheng Huang
Bug 4511 Since loading bond module is broken in 2.6.29 or later kernel and the root cause is in sysfs/procfs which is a mess. Workaround the problem by loading bond module once and using sysfs. (cherry picked from commit 47f054cb196959bb79960f3b6c1524b4ff7d32a8) Conflicts: templates/interfaces/bonding/node.def
2009-07-01Fix 'sh:1 error' in bug 4655.Mark O'Brien
2009-01-22Fix delete of bonding interfaceStephen Hemminger
Don't allow removal of a bonded device that still has slaves. Bug 4045
2008-09-17Add support for bondingStephen Hemminger
Bugfix 3173 Add support for bonding device creation and adding slaves