Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-02 | simplify output init | An-Cheng Huang | |
2010-05-28 | remove unnecessary memset calls | An-Cheng Huang | |
2010-05-21 | don't count current node towards limit if it already matches a node in the ↵ | Michael Larson | |
configuration. | |||
2010-05-20 | fixed error message on multinode limit exceeded--refer to parent node name, ↵ | Michael Larson | |
not value. | |||
2010-05-19 | modified tag limit == 1. Now when set this node will only allow a single ↵ | Michael Larson | |
instance. todo update the parsing structure to support a signed value to support embedded tag node value of 1 (current behavior)--will address this in the future (or when this behavior is requested). | |||
2010-04-13 | fix for bug 2176. | Michael Larson | |
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. | |||
2009-10-09 | commit post-processing performance optimization | An-Cheng Huang | |
* convert subshell invocations to library function calls. * reduce boot time by ~40 seconds for "certain configuration". | |||
2008-07-29 | Avoid overhead of system | Stephen Hemminger | |
Use mkdir and file operations rather than overhead of escaping to system() shell. | |||
2008-04-22 | create def file to mark configuration nodes that are created by default, ↵ | Michael Larson | |
rather than a node with a default value created by a user. partial fix for bug 1219. Allows system to differentiate between active def nodes versus user created nodes with def values. | |||
2008-02-19 | exit after encountering parse error when handling default values. | An-Cheng Huang | |
2008-02-01 | fix for bug 2258: setting an existing node doesn't cause error. | An-Cheng Huang | |
2007-11-08 | * output error message if set/delete/commit fails. | An-Cheng Huang | |
* remove compiler warnings. | |||
2007-11-02 | fix for bug 2425: add all default values along the configuration path. | An-Cheng Huang | |
2007-11-01 | fix cli backend bug: syntax checking for leaf value nodes involving | An-Cheng Huang | |
variable references was not working. | |||
2007-10-31 | fix cli backend bug: disallow setting values for type-less nodes. | An-Cheng Huang | |
2007-10-30 | handle config locking | An-Cheng Huang | |
2007-10-29 | general cleanup of CLI output | An-Cheng Huang | |
2007-10-29 | redirect output by default | An-Cheng Huang | |
2007-09-25 | initial import (from eureka /cli) plus new build system.upstream | An-Cheng Huang | |