Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-24 | Commit 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-19 | fix -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-12 | 0.14.97debian/0.14.97 | An-Cheng Huang | |
2009-06-12 | add validation for bash special characters | An-Cheng Huang | |
2009-06-12 | 0.14.96debian/0.14.96 | An-Cheng Huang | |
2009-06-12 | Make sure interface name regex are anchored | Stephen 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. (cherry picked from commit 71fb6be3ac3d7ce3c7f08b1408c8c9a6b9fc0422) | |||
2009-06-12 | Manage speed duplex in vyatta-interfaces.pl | Stephen Hemminger | |
Move the speed/duplex setting into script where we can handle errors better, and avoid setting speed/duplex twice. (cherry picked from commit 330470f1f060f579434eb89469f4ed021c95449d) | |||
2009-06-12 | Make sure interface name regex are anchored | Stephen 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. (cherry picked from commit 77fb131b888bafd815722ebdceb5282b43dbb96d) | |||
2009-06-12 | Allow delete of ethernet settings when device does not exist | Stephen Hemminger | |
More bug 3952 fixes (cherry picked from commit 2619f6c8fa01ab3ade6dfe6edb6815825c89cfd0) | |||
2009-06-12 | Handle speed/duplex settings better | Stephen 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. (cherry picked from commit ad4f2a101203e71076a3e23a0a2a093326927d45) | |||
2009-06-12 | Fix update on multi-node | Stephen Hemminger | |
update tag on loopback is incorrect since address is multi-value node. (cherry picked from commit cd119fead01c35eae68b3383a2ab12fb9f2d4767) | |||
2009-06-12 | add "restrictive_filename" to TypeChecker | An-Cheng Huang | |
2009-06-09 | additional fix for bug 4212. root dirs needed to be reversed on del event. ↵ | slioch | |
passes regression | |||
2009-06-05 | fix for bug 4505 merge is now called merge. | slioch | |
2009-06-05 | fix for bug 4444. | slioch | |
Post unionfs directory magic until after all actions have been applied to node tree. | |||
2009-06-04 | 0.14.95debian/0.14.95 | Bob Gilligan | |
2009-06-04 | Bugfix 4235: Improve help text. | Bob Gilligan | |
2009-06-03 | 0.14.94debian/0.14.94 | Mohit Mehta | |
2009-06-03 | change default-policy to default-action for zones | Mohit Mehta | |
2009-06-03 | added support for first and last sibling environment variable: ↵ | slioch | |
"ENV_SIBLING_POSITION". This value will either be "FIRST" or "LAST" or undefined. "FIRST" means that the sibling is the first in the list of a common parent, provided that the sibling resides in the same priority group "LAST" means that the sibling is the last in the list of a common parent, provided that the sibling resides in the same priority group | |||
2009-06-01 | 0.14.93debian/0.14.93 | An-Cheng Huang | |
2009-06-01 | Merge branch 'jenner' into kenwood | Stephen Hemminger | |
Conflicts: debian/changelog | |||
2009-06-01 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | slioch | |
2009-06-01 | fix for bug 4451. preserve empty values on leaf nodes. | slioch | |
2009-06-01 | 0.14.91+jenner2debian/0.14.91+jenner2 | Stephen Hemminger | |
2009-06-01 | Remove special case for interfaces ... /ip | Stephen Hemminger | |
Don't need OSPF/RIP parameters set after protocols/ospf anymore. Setting bandwidth, etc after OSPF could cause unnecessary flapping. | |||
2009-05-29 | 0.14.92debian/0.14.92 | An-Cheng Huang | |
2009-05-29 | 0.14.91+jenner1debian/0.14.91+jenner1 | An-Cheng Huang | |
2009-05-29 | 0.14.91debian/0.14.91 | Bob Gilligan | |
2009-05-29 | Bugfix 4235: Code cleanup. | Bob Gilligan | |
2009-05-29 | 0.14.90debian/0.14.90 | Bob Gilligan | |
2009-05-29 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | Bob Gilligan | |
2009-05-29 | Bugfix 4235: Add help for "copy" and "rename" commands. | Bob Gilligan | |
2009-05-29 | Fix BGP priority | Stephen Hemminger | |
Bug 4404 Translation from old VyattaConfigLoad to new priority was incorrect. | |||
2009-05-29 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-05-28 | Remove priorities from unnecessary bgp steps | Stephen Hemminger | |
Many bgp nodes can just inherit from protocols/bgp | |||
2009-05-28 | 0.14.89debian/0.14.89 | Bob Gilligan | |
2009-05-28 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | Bob Gilligan | |
2009-05-28 | Bugfix 4235: Add help text for "load" and "save" commands in config mode. | Bob Gilligan | |
2009-05-28 | 0.14.88debian/0.14.88 | 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-05-27 | 0.14.87debian/0.14.87 | Stephen Hemminger | |
2009-05-27 | Fix ordering of ospf | Stephen Hemminger | |
OSPF was listed twice, the first one was before interfaces were up so OSPF would not distribute. | |||
2009-05-26 | 0.14.86debian/0.14.86 | Bob Gilligan | |
2009-05-26 | Bugfix 4428: Disable copybreak in selected drivers to improve performance. | Bob Gilligan | |
2009-05-22 | 0.14.85debian/0.14.85 | Stephen Hemminger | |
2009-05-21 | Simplify ospf/rip priority | Stephen Hemminger | |
Go back to prioritys the way they were done in earlier release. | |||
2009-05-21 | Update priority file | Stephen Hemminger | |
Add pseudo-ethernet and make sure bonding is in right place | |||
2009-05-21 | 0.14.84debian/0.14.84 | Bob Gilligan | |
2009-05-21 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | Bob Gilligan | |