Makefile.am | 1 scripts/vyatta-bonding.pl | 39 ++- scripts/vyatta-bridge.pl | 109 ++++++++++ scripts/vyatta-interfaces.pl | 40 +-- templates/interfaces/bonding/node.tag/bridge-group/node.def | 59 ----- templates/interfaces/bonding/node.tag/vif/node.tag/bridge-group/node.def | 61 ----- templates/interfaces/ethernet/node.tag/bond-group/node.def | 13 - templates/interfaces/ethernet/node.tag/bridge-group/node.def | 61 ----- templates/interfaces/ethernet/node.tag/vif/node.tag/bridge-group/node.def | 63 ----- 9 files changed, 167 insertions(+), 279 deletions(-)
New commits: commit 2e958dfd2787cb7a347213d6c665fd03ab976a63 Author: Stephen Hemminger <[email protected]> Date: Wed Nov 17 20:42:38 2010 -0800 Cleanup bond-group syntax and commit checks Move check for address and state of slave to commit which allows for better error message. commit e7de8b95b1ba4e50abaa62013e84baa98ecdefa4 Author: Stephen Hemminger <[email protected]> Date: Wed Nov 17 15:12:47 2010 -0800 Cleanup bridge port management Consolidate bridge port management into a single perl script. Done to fix the following bug. Bug 4745 Don't allow interface with address to be added to bridge. commit 112158ad4b7e3a9c2a7060ca6d21e3fc519b53c6 Author: Stephen Hemminger <[email protected]> Date: Wed Nov 17 15:11:10 2010 -0800 Add check for interface address before putting it in bonded device Bug 4745 Don't allow interface with address to be added to bond commit b170409fc8117356dc8e53c6a28924a7d4c521ed Author: Stephen Hemminger <[email protected]> Date: Wed Nov 17 14:07:42 2010 -0800 Add check for adding bridge-group and bond-group when setting address Bug 4745 Block putting address on interface that is part of a bridge (or bonding). Address should only be assigned to the master device, not the slave. Also changes messge on error since CLI now displays error location. http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=2e958dfd2787cb7a347213d6c665fd03ab976a63 http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=e7de8b95b1ba4e50abaa62013e84baa98ecdefa4 http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=112158ad4b7e3a9c2a7060ca6d21e3fc519b53c6 http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=b170409fc8117356dc8e53c6a28924a7d4c521ed _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
