scripts/vyatta-interfaces.pl | 78 +++++++++++++++-- templates/interfaces/ethernet/node.tag/duplex/node.def | 18 --- templates/interfaces/ethernet/node.tag/speed/node.def | 25 ++--- 3 files changed, 83 insertions(+), 38 deletions(-)
New commits: commit 71fb6be3ac3d7ce3c7f08b1408c8c9a6b9fc0422 Author: Stephen Hemminger <[email protected]> Date: Thu Jun 4 14:49:08 2009 -0700 Make sure interface name regex are anchored Bug 4501 This solves the problem that 'show interfaces ethernet' also shows pseudo ethernet (peth0) device. The problem was that peth0 matched the regex since it was missing start/end. commit 330470f1f060f579434eb89469f4ed021c95449d Author: Stephen Hemminger <[email protected]> Date: Thu Jun 4 15:49:36 2009 -0700 Manage speed duplex in vyatta-interfaces.pl Move the speed/duplex setting into script where we can handle errors better, and avoid setting speed/duplex twice. http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=71fb6be3ac3d7ce3c7f08b1408c8c9a6b9fc0422 http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=330470f1f060f579434eb89469f4ed021c95449d _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
