summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-07add priorities and ranks for zone based firewallMohit Mehta
2009-04-06Handle commit failure processing within priority group correctly. Processing ↵slioch
now stops on failure within priority group (expected behavior).
2009-04-06for fans of the new priority|commit system, debug output is now enabled on ↵slioch
config boot. -a action is activated and last output is written to /tmp/bar
2009-04-06add "save" command to cfg-cmd-wrapperAn-Cheng Huang
2009-04-03remove rank loading from loadconfig. rank load is disabled--will remove ↵slioch
ordering code (that has no effect) in a future submission.
2009-04-03maintain increasing order of priority fileMohit Mehta
2009-04-030.14.59debian/0.14.59Stig Thormodsrud
2009-04-03Fix cut/paste syntax of priority which is different than rank.Stig Thormodsrud
Functionality seems to still work, but better to be consistent with the rest of the file.
2009-04-030.14.58debian/0.14.58Stig Thormodsrud
2009-04-010.14.57debian/0.14.57slioch
2009-04-01orphaned parent supportslioch
2009-04-010.14.56debian/0.14.56Stig Thormodsrud
2009-04-01Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerStig Thormodsrud
2009-04-01Add more service priorities so one service can fail without affectingStig Thormodsrud
others.
2009-04-010.14.55debian/0.14.55Stephen Hemminger
2009-04-01Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger
2009-04-01Add --warn option for vyatta-interfacesStephen Hemminger
For when templates want to check for interface but not die.
2009-04-01Change rank value such that tunnels get created before "protocols rip ↵Stig Thormodsrud
interface".
2009-03-310.14.54debian/0.14.54An-Cheng Huang
2009-03-31make bridge address a different rank to match new priority scheme.An-Cheng Huang
2009-03-31change noop to active for env variable--this is more consistent with the ↵slioch
action being applied.
2009-03-30Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerslioch
2009-03-30added noop state to commit_action env variable to make scripts happy.slioch
2009-03-300.14.53debian/0.14.53Stig Thormodsrud
2009-03-30Remove duplicate priorities for ethernet/vif.Stig Thormodsrud
In the future it would be good if the cli flagged duplicate priorities.
2009-03-30only set env varible for commit action on directly deleted set nodes and do ↵slioch
not promote to enclosing transaction scope.
2009-03-300.14.52debian/0.14.52An-Cheng Huang
2009-03-30propagate commit failure error to commit return status.slioch
2009-03-280.14.51debian/0.14.51Stephen Hemminger
2009-03-28Add all the new ip/ipv6 ospf/rip parametersStephen Hemminger
2009-03-250.14.50debian/0.14.50Stig Thormodsrud
2009-03-25Add priorities to create vif before trying to add bridge-group to vif.Stig Thormodsrud
2009-03-25Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerBob Gilligan
2009-03-25Update comments in priority file.Bob Gilligan
2009-03-250.14.49debian/0.14.49Stephen Hemminger
2009-03-25Move Keepalived.pm from vyatta-cfg-systemStephen Hemminger
There was only one module left in vyatta-cfg-system, and for some of the auth work want to create lib/Vyatta/Auth.
2009-03-250.14.48debian/0.14.48slioch
2009-03-25bug in logic when implementing additional show command--was causing commit ↵slioch
failures to be lost on repeated commits.
2009-03-25Added explanatory comments to the priority file.Bob Gilligan
2009-03-25Fix update of interface descriptionStephen Hemminger
Bug 4249
2009-03-23Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-03-23add ipv6 interface priorityStephen Hemminger
2009-03-23skip 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-230.14.47debian/0.14.47Stephen Hemminger
2009-03-23Move interface metric configuration until after protocolsStephen Hemminger
Need OSPF before configure ospf metrics, etc...
2009-03-23Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-03-23Cleanup description stringStephen Hemminger
Remove trailing newline and any leading whitespace.
2009-03-230.14.46debian/0.14.46Stephen Hemminger
2009-03-23Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-03-23added command to view set of actions and nodes applied to system in order. ↵slioch
The new command flag is "-a"