Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-05-21 | Bugfix 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-21 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | slioch | |
2009-05-21 | added load-merge command to configuration mode | slioch | |
2009-05-21 | add "discard" command to cmd wrapper | An-Cheng Huang | |
2009-05-21 | 0.14.83debian/0.14.83 | Stephen Hemminger | |
2009-05-21 | Only bring up VIF if real device is up | Stephen Hemminger | |
If real device is disabled, then can't bring up VIF. | |||
2009-05-21 | Add script option to check if interface is up | Stephen Hemminger | |
Better than reading sysfs directly. | |||
2009-05-21 | Allow creating vlan on disabled device | Stephen Hemminger | |
Other half of fix for Bug 4369 | |||
2009-05-21 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-05-20 | 0.14.82debian/0.14.82 | Bob Gilligan | |
2009-05-20 | Use the default_smp_affinity /proc file if it is available. | Bob Gilligan | |
2009-05-20 | 0.14.81debian/0.14.81 | Bob Gilligan | |
2009-05-20 | Bugfix 4427: Handle multiqueue NICs. | Bob Gilligan | |
Added code to deal with NICs that utilize more than one IRQ. The "set" sub-command of this script will now assign the requested affinity mask to all IRQs that are associated with the NIC. | |||
2009-05-20 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-05-18 | notes on arbitrary root node loading in merge operations. | slioch | |
2009-05-18 | now explicit root merge works up to first multinode with explicit path | slioch | |
2009-05-16 | Add wireless device to table | Stephen Hemminger | |
Place holder for future work. | |||
2009-05-15 | root node support on load merge operation. additional work needed for deeper ↵ | slioch | |
merge path support | |||
2009-05-15 | merge option added to load script. "load [configfile] --merge" adds ↵ | slioch | |
configuration to current running configuration. | |||
2009-05-06 | 0.14.80debian/0.14.80 | Mohit Mehta | |
2009-05-06 | * don't allow user to change zone-type on the fly | Mohit Mehta | |
2009-05-05 | Fix warnings from using undefined variable | Stephen Hemminger | |
Several places in the the listNodes() code would generate warnings if strict warnings enabled because they had constructs like "$path $node" which aren't correct if $path was not defined. | |||
2009-05-05 | 0.14.79debian/0.14.79 | Mohit Mehta | |
2009-05-05 | * add flag to print commands to STDOUT for debugging | Mohit Mehta | |
* change prefix and suffix for Vyatta zone chains | |||
2009-05-01 | 0.14.78debian/0.14.78 | slioch | |
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-05-01 | 0.14.77debian/0.14.77 | An-Cheng Huang | |
2009-05-01 | add "load" support in vyatta-cfg-cmd-wrapper | An-Cheng Huang | |