summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-260.14.91+jenner14debian/0.14.91+jenner14slioch
2009-06-26The SYNTAX and COMMIT tags will be executed before an actions (UPDATE,slioch
CREATE, DELETE, END, BEGIN) within a priority tree. That means that all work (include the commit-check pass) will be performed on a priority tree before proceeding to the next priority tree. If a priority tree generates a failure in the commit-check pass processing will halt on the priority tree and no further processing will be performed on the priority tree. The failed priority tree will NOT be copied to the active working directory. All nodes in the priority tree will execute SYNTAX and COMMIT actions except for nodes that have been deleted. Note this iteration is performed on the working tree, so all commit-check nodes will either be directly modified or have a node down the hierarchy that had been modified. The working directory and active directory will not be modified until after all priority trees have been processed.
2009-06-240.14.91+jenner13debian/0.14.91+jenner13slioch
2009-06-24Commit check now behaves like IslaVista.slioch
Note that commit check only applies in the following cases: 1) On nodes or ancestors of nodes that have been set or modified 2) Does not applied to deleted nodes Feature developers should: 1) locate commit checks at a common ancestor if checking across a hierarchy 2) expect that the commit check only enforces created behavior (therefore behaves more like a create check). An additional flag is provided "-f" to allow for full syntax and commit checks. This allows a complete single pass on all syntax and commit errors. The default behavior is to stop processing on the first error.
2009-06-190.14.91+jenner12debian/0.14.91+jenner12slioch
2009-06-19fix -a option for displaying actions when commit or syntax check is present ↵slioch
in the node.def. This change only affects display of nodes when -a option is used.
2009-06-090.14.91+jenner11vyatta/3.3.99test3/i386vyatta/3.3.99test3/amd64vyatta/3.3.99test2/i386vyatta/3.3.99test1/i386debian/0.14.91+jenner11slioch
2009-06-09additional fix for bug 4212. root dirs needed to be reversed on del event. ↵slioch
passes regression
2009-06-050.14.91+jenner10debian/0.14.91+jenner10slioch
2009-06-05fix for bug 4505 merge is now called merge.slioch
2009-06-050.14.91+jenner9debian/0.14.91+jenner9slioch
2009-06-05fix for bug 4444.slioch
Post unionfs directory magic until after all actions have been applied to node tree.
2009-06-040.14.91+jenner8debian/0.14.91+jenner8Stephen Hemminger
2009-06-04Make sure interface name regex are anchoredStephen Hemminger
Bug 4501 This solves the problem that 'show interfaces ethernet' also shows pseudo ethernet (peth0) device. The problem was that peth0 matched the regex since it was missing start/end.
2009-06-04Manage speed duplex in vyatta-interfaces.plStephen Hemminger
Move the speed/duplex setting into script where we can handle errors better, and avoid setting speed/duplex twice.
2009-06-040.14.91+jenner7debian/0.14.91+jenner7Stephen Hemminger
2009-06-04Make sure interface name regex are anchoredStephen Hemminger
This solves the problem that 'show interfaces ethernet' also shows pseudo ethernet (peth0) device. The problem was that peth0 matched the regex since it was missing start/end.
2009-06-040.14.91+jenner6debian/0.14.91+jenner6Bob Gilligan
2009-06-04Bugfix 4235: Improve help text.Bob Gilligan
2009-06-030.14.91+jenner5debian/0.14.91+jenner5Mohit Mehta
2009-06-030.14.91+jenner4debian/0.14.91+jenner4Stephen Hemminger
2009-06-03Allow delete of ethernet settings when device does not existStephen Hemminger
More bug 3952 fixes
2009-06-03Handle speed/duplex settings betterStephen Hemminger
Bugs 3952 and 3797 Make the ethtool settings management smarter. Don't try and set a device that has been unplugged (causing commit fail). Don't force autonegotiation if device is already in that mode.
2009-06-03change default-policy to default-action for zonesMohit Mehta
2009-06-020.14.91+jenner3debian/0.14.91+jenner3Stephen Hemminger
2009-06-02Fix update on multi-nodeStephen Hemminger
update tag on loopback is incorrect since address is multi-value node.
2009-06-01Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerslioch
2009-06-01fix for bug 4451. preserve empty values on leaf nodes.slioch
2009-06-010.14.91+jenner2debian/0.14.91+jenner2Stephen Hemminger
2009-06-01Remove special case for interfaces ... /ipStephen Hemminger
Don't need OSPF/RIP parameters set after protocols/ospf anymore. Setting bandwidth, etc after OSPF could cause unnecessary flapping.
2009-05-290.14.91+jenner1debian/0.14.91+jenner1An-Cheng Huang
2009-05-290.14.91debian/0.14.91Bob Gilligan
2009-05-29Bugfix 4235: Code cleanup.Bob Gilligan
2009-05-290.14.90debian/0.14.90Bob Gilligan
2009-05-29Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerBob Gilligan
2009-05-29Bugfix 4235: Add help for "copy" and "rename" commands.Bob Gilligan
2009-05-29Fix BGP priorityStephen Hemminger
Bug 4404 Translation from old VyattaConfigLoad to new priority was incorrect.
2009-05-29Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-05-28Remove priorities from unnecessary bgp stepsStephen Hemminger
Many bgp nodes can just inherit from protocols/bgp
2009-05-280.14.89debian/0.14.89Bob Gilligan
2009-05-28Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerBob Gilligan
2009-05-28Bugfix 4235: Add help text for "load" and "save" commands in config mode.Bob Gilligan
2009-05-280.14.88debian/0.14.88slioch
2009-05-28fix 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-05-270.14.87debian/0.14.87Stephen Hemminger
2009-05-27Fix ordering of ospfStephen Hemminger
OSPF was listed twice, the first one was before interfaces were up so OSPF would not distribute.
2009-05-260.14.86debian/0.14.86Bob Gilligan
2009-05-26Bugfix 4428: Disable copybreak in selected drivers to improve performance.Bob Gilligan
2009-05-220.14.85debian/0.14.85Stephen Hemminger
2009-05-21Simplify ospf/rip priorityStephen Hemminger
Go back to prioritys the way they were done in earlier release.