scripts/vyatta-interfaces.pl | 66 +++++++--- templates/interfaces/ethernet/node.tag/address/node.def | 17 ++ templates/interfaces/ethernet/node.tag/vif/node.tag/address/node.def | 17 ++ templates/interfaces/loopback/node.tag/address/node.def | 5 4 files changed, 84 insertions(+), 21 deletions(-)
New commits: commit a6cff4bb17b9d6c636a93ad97021611d30854682 Author: Bob Gilligan <[email protected]> Date: Wed Sep 9 17:38:00 2009 -0700 Bugfix 4700, 4269: Fix set and commit-time checks for ethernet vif addresses too Also restore "--valid-addr" flag to vyatta-interfaces.pl since it is used outside this package. (cherry picked from commit d32ceb43ab64530c6eca81ec83fe4b374dd510d0) commit ce22375fbf6b7083e6c1ca3698a7a44983913d47 Author: Bob Gilligan <[email protected]> Date: Wed Sep 9 17:08:21 2009 -0700 Bugfix 4700, 4269: Fix set and commit-time checks of ethernet address values Changed the the set-time and commit-time check of ethernet interface address values. These checks need to prevent configuring both DHCP and static IPv4 addresses on the same interfac. The previous checks were comparing against the running configuration tree, not the proposed config tree. Now the set-time check is purely a syntax check, and the commit-time check only checks for both DHCP and static IPv4 addresses in the proposed config. The system now allows DHCP and static IPv6 addresses to be configured on the same interface. (cherry picked from commit 84fb2f920765c6d02f35ef1654dc0f8c2bef648c) http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=a6cff4bb17b9d6c636a93ad97021611d30854682 http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=ce22375fbf6b7083e6c1ca3698a7a44983913d47 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
