Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-01 | fix for bug 4338. update was being called on active nodes that contained | slioch | |
end/begin transactions. now only end/begin are called on active nodes. | |||
2009-04-08 | added syslog entries for debug statements. | slioch | |
2009-04-06 | Handle commit failure processing within priority group correctly. Processing ↵ | slioch | |
now stops on failure within priority group (expected behavior). | |||
2009-04-01 | orphaned parent support | slioch | |
2009-03-31 | change noop to active for env variable--this is more consistent with the ↵ | slioch | |
action being applied. | |||
2009-03-30 | added noop state to commit_action env variable to make scripts happy. | slioch | |
2009-03-30 | only set env varible for commit action on directly deleted set nodes and do ↵ | slioch | |
not promote to enclosing transaction scope. | |||
2009-03-30 | propagate commit failure error to commit return status. | slioch | |
2009-03-25 | bug in logic when implementing additional show command--was causing commit ↵ | slioch | |
failures to be lost on repeated commits. | |||
2009-03-23 | added command to view set of actions and nodes applied to system in order. ↵ | slioch | |
The new command flag is "-a" | |||
2009-03-11 | Fix compiler warnings in commit2 | Stephen Hemminger | |
Add headers with prototypes to remove compiler warnings Make some obvious tables const to avoid any bugs. | |||
2009-03-09 | added action and location of error to syslog on commit. error message string ↵ | slioch | |
will need to be added later after some reworking of the old node execution code. | |||
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-04 | limit unescape command to embedded multinodes--fixes problem in ↵ | slioch | |
qos-walkthrough regression test. haven't tried it but system probably inherently prevents percents from being used in embedded multinodes. | |||
2009-03-04 | modified environment variable setting for action on nodes. | slioch | |
2009-03-03 | fixed -o option on commit. modified empty multinode behavior so action is ↵ | slioch | |
NOT executed if a multinode does not possess a value. Other source cleanup. | |||
2009-02-27 | fixed node walk for delete of nodes--error introduced when adding ordering ↵ | slioch | |
indirection for actions in commit head. Bug found when review policy_bgp regression failure. | |||
2009-02-27 | Added environment variable that can be accessed in executing node.def script ↵ | slioch | |
to check whether commit is in a delete or set action. The environmental variable is "COMMIT_ACTION" the value can either be "SET" or "DELETE". The variable is set for the duration of the call being made to the action in the node.def file. This should allow some simplication of scripts (i.e. such as setting up static routes). | |||
2009-02-26 | new option added to commit to disable partial commit behavior. This allows the | slioch | |
user to support the 'old' cli behavior if desired via the -o flag. | |||
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-02-17 | added dump transaction support to write to stdout rather than redirected ↵ | slioch | |
/tmp/cfg-stdout.log file. Enable with -s flag on commit to view local session data and associated actions. | |||
2009-02-17 | added generic commit failed message on any portion of the configuration ↵ | slioch | |
failing. To get additional details (i.e. location of failure and actions associated with nodes) run with the -e flag. | |||
2008-12-23 | alter return check for dirctory copy on successful completion of node ↵ | slioch | |
processing. | |||
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. |