summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-12Make 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. (cherry picked from commit 77fb131b888bafd815722ebdceb5282b43dbb96d)
2009-06-12Allow delete of ethernet settings when device does not existStephen Hemminger
More bug 3952 fixes (cherry picked from commit 2619f6c8fa01ab3ade6dfe6edb6815825c89cfd0)
2009-06-12Handle 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. (cherry picked from commit ad4f2a101203e71076a3e23a0a2a093326927d45)
2009-06-12Fix update on multi-nodeStephen Hemminger
update tag on loopback is incorrect since address is multi-value node. (cherry picked from commit cd119fead01c35eae68b3383a2ab12fb9f2d4767)
2009-06-12add "restrictive_filename" to TypeCheckerAn-Cheng Huang
2009-06-09additional fix for bug 4212. root dirs needed to be reversed on del event. ↵slioch
passes regression
2009-06-05fix for bug 4505 merge is now called merge.slioch
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.95debian/0.14.95Bob Gilligan
2009-06-04Bugfix 4235: Improve help text.Bob Gilligan
2009-06-030.14.94debian/0.14.94Mohit Mehta
2009-06-03change default-policy to default-action for zonesMohit Mehta
2009-06-03added 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-010.14.93debian/0.14.93An-Cheng Huang
2009-06-01Merge branch 'jenner' into kenwoodStephen Hemminger
Conflicts: debian/changelog
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.92debian/0.14.92An-Cheng Huang
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.
2009-05-21Update priority fileStephen Hemminger
Add pseudo-ethernet and make sure bonding is in right place
2009-05-210.14.84debian/0.14.84Bob Gilligan
2009-05-21Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerBob Gilligan
2009-05-21Bugfix 4432: Don't validate interface name in "check" sub-command.Bob Gilligan
The "check" sub-command is called by the CLI at "set" time. The interface may not be configured, or may be configured but not "up" at this time. So we don't want to perform any validation on the interface.
2009-05-21Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerslioch
2009-05-21added load-merge command to configuration modeslioch
2009-05-21add "discard" command to cmd wrapperAn-Cheng Huang
2009-05-210.14.83debian/0.14.83Stephen Hemminger
2009-05-21Only bring up VIF if real device is upStephen Hemminger
If real device is disabled, then can't bring up VIF.
2009-05-21Add script option to check if interface is upStephen Hemminger
Better than reading sysfs directly.