src/cli_new.c | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletion(-)
New commits: commit b5366b375228c1e7041ba52e469f099f0d0f1a61 Author: Michael Larson <[email protected]> Date: Wed May 26 13:49:12 2010 -0700 fix for multiple type support in cli for the following case: 1) If multiple types are defined and one type is a submatch of the other type (i.e. ipv4 and ipv4net) 2) And one string is a submatch of the other (i.e. 3.3.3.3 and 3.3.3.3/32) 3) Then compare data types before comparing for value equality Fixes problem where the ipv4net wouldn't let the ipv4 value from being set if the ipv4 was a substring of the ipv4net. http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=b5366b375228c1e7041ba52e469f099f0d0f1a61 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
