Age | Commit message (Collapse) | Author |
|
Setting bonding parameter requires setting interface down.
Avoid flapping interface unnecessarily on boot, by defering
setting link up until end of boot.
|
|
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.
|
|
Per current policy remove verb from all help messages in th is package
|
|
No longer need sudo on ip because of cap_net_admin
|
|
Use same format/syntax over all interface types.
Bug 5257
|
|
|
|
|
|
Unless miimon parameter is set, bonding device won't watch for
link changes (which makes it useless for any backup modes).
|
|
(cherry picked from commit c43e9e86ea502c455dcffac10d50304d47cad8ba)
|
|
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
|
|
|
|
Don't allow removal of a bonded device that still has slaves.
Bug 4045
|
|
Bugfix 3173
Add support for bonding device creation and adding slaves
|