Age | Commit message (Collapse) | Author | |
---|---|---|---|
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". | |||
2009-10-05 | escape value slash in leaf value--followon fix to suppression of leaf value ↵ | Michael Larson | |
with slash in jenner. | |||
2009-10-02 | fix for bug 4969. on leaf nodes scan for '/' and don't make these values ↵ | Michael Larson | |
available to the partial commit status api (bug fix 4919). this approach will be revised in next release. | |||
2009-09-11 | add support for value tags on term multinodes. used in debugging output and ↵ | Michael Larson | |
accounting file. | |||
2009-09-10 | add leaf values to path data structures. will show in disgnostic output ↵ | Michael Larson | |
from commit and via .changes file used for commit active node set. | |||
2009-07-06 | fix for bug 4669. Revert string back to value for terminating multinodes. | slioch | |
2009-07-06 | updated perl api for new cli to support working node representation. not yet ↵ | slioch | |
functional without additional testing. | |||
2009-06-09 | additional fix for bug 4212. root dirs needed to be reversed on del event. ↵ | slioch | |
passes regression | |||
2009-06-01 | fix for bug 4451. preserve empty values on leaf nodes. | slioch | |
2009-05-28 | fix for bug 4212 and bug 4434. | slioch | |
opaque directories are now handled corrected when a delete is followed by a set in a subsection of the deleted hierarchy. | |||
2009-04-11 | wild cards are now supported on terminating nodes in the priority file: | slioch | |
So, 100 load-balancing/wan/rule/node.tag/* applies the priority of "100" to all children of the multinode "rule:value" NEW TRANS + source (t: 0, p: 333) + address (t: 0, p: 1000) + 1.1.1.1/32 (t: 8, p: 1000) [VALUE] NEW TRANS + protocol (t: 0, p: 333) + all (t: 8, p: 1000) [VALUE] [SYNTAX] NEW TRANS + protocol (t: 0, p: 333) + all (t: 8, p: 1000) [VALUE] [SYNTAX] NEW TRANS + load-balancing (t: 0, p: 1000) + wan (t: 0, p: 1000) [DELETE] [COMMIT] + rule (t: 0, p: 1000) [MULTI] + 1 (t: 1, p: 1000) [VALUE] + 2 (t: 1, p: 1000) [VALUE] Where protocol is a child node of "rule:value" This should allow us to compress some of the entries given the current state of the priority file. | |||
2009-04-08 | added syslog entries for debug statements. | slioch | |
2009-04-01 | orphaned parent support | slioch | |
2009-03-23 | skip comment fields in priority file. a comment field is defined by the ↵ | slioch | |
first non-space character on a line--if this character is a hash it is a comment otherwise it's an active line. | |||
2009-03-11 | Fix compiler warnings in unionfs | Stephen Hemminger | |
Remove unused variables Remove extra arg from sprintf Fix missing prototype for piecewise_copy. | |||
2009-03-10 | buggy file exist test--thanx stig for test case to repro. fixes vpn_smoke ↵ | slioch | |
regression failure. | |||
2009-03-09 | fix for qos-walkthrough. manage def file during commit--should handle ↵ | slioch | |
general case, just happened to show up on qos-walkthrough (after def files were supported in the new commit). | |||
2009-03-02 | added fix for nested priority and deletion failure. also priorities should ↵ | slioch | |
not reside on node.tags, but on parent (node name of multinode)--this is to prevent priorities splitting behaviors between different priorities on multinodes. | |||
2009-03-02 | fixed preservation of def file when committing configuration. default leafs | slioch | |
configured by system will now be suppressed via show command (same behavior as with old commit). | |||
2009-02-26 | handle seg violation if an empty line is found in the priority file. | slioch | |
2009-02-25 | cosmetic changes, and better to not leave interfaces root node under default ↵ | slioch | |
priority. | |||
2009-02-25 | harvesting dead code. | slioch | |
2009-02-25 | nested priority case under interfaces need mkdir with -p option to set | slioch | |
up parent directories before parent priority is visited. | |||
2009-02-24 | replace unionfs synchronization code with piecewise copy. this should fix ↵ | slioch | |
most of the problems related to nested priorities (but not all). also moved node profiling output from debug file to stdout (when enabled by the -c flag). | |||
2009-02-17 | added additional debug output and fixed dumping of trans nodes to screen. ↵ | slioch | |
added default priorities in priorities file. also fixed bug where interface changes could sweep in portions of failed configuration on error. now fixed. | |||
2009-01-26 | expose new cli functions in cfg library. | slioch | |
2008-12-15 | initial checkin of new commit code--building but does not replace original ↵ | slioch | |
commit. New commit may be accessed through my_commit2 binary. |