etc/bash_completion.d/20vyatta-cfg | 4 +- src/cli_parse.y | 39 ++++++++++++++++++++++++- src/cli_val.h | 2 + src/commit2.c | 2 - src/common/defs.h | 1 src/common/unionfs.c | 9 +++++ src/set.c | 57 +++++++++++++++++++++++++++++++++++++ 7 files changed, 110 insertions(+), 4 deletions(-)
New commits: commit 7c03bbb617c8e8c5bc9a553f25b79d43a8e40623 Author: Michael Larson <[email protected]> Date: Tue Apr 13 11:50:23 2010 -0700 fix for bug 2176. Embedded leaf nodes can now be supported in the cli structure. In additional an arbritrary limit can be set on the number of multinode values allowed. Format in the node.def is: tag: [u32] or multi: [u32] For the special case of a leaf node the value for u32 is 1. In this case the operation applied to the node is to replace the node with the set value. This generates a delete of the old tree structure from the embedded leaf and a set of the new tree structure from the embedded leaf. http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=7c03bbb617c8e8c5bc9a553f25b79d43a8e40623 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
