Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-22 | rip: T2547: migrate to vyos-1x | Viacheslav Hletenko | |
2018-11-13 | T1006: replace all occurences of check_prefix_boundary with ipaddrcheck. | Daniil Baturin | |
2015-03-24 | Bug #521: save quagga daemon configs to /opt/vyatta/etc/quagga at commit time. | Daniil Baturin | |
2014-05-13 | Bug #186 - RIP passive-interface "default" missing from config template | Kim Hagen | |
2010-12-06 | Fix help text | Stephen Hemminger | |
Bug 6111 Help text should not start with Set | |||
2010-07-21 | Remove verbs from help strings | Stephen Hemminger | |
2010-07-21 | Convert Quagga templates to use val_help: | Stephen Hemminger | |
2010-03-05 | Get rid of vyatta-vtysh | Stephen Hemminger | |
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies. | |||
2009-10-20 | pushed priority to node.def's | slioch | |
2009-10-13 | Remove dynamic start of routing daemons | Stephen Hemminger | |
The CLI begin transaction restrictions make this impossible to do in a stable manner. Related to bug 4537 (cherry picked from commit dcebd6d713e76b3e01ba51710693d688e1570cdb) | |||
2009-07-09 | Remove hidden templates | Stephen Hemminger | |
Templates in */node.tag/node.def are meaningless in current CLI. Remove all the templates that are intermediat help text. (cherry picked from commit ebd628b2b2a93d78a60c1d0ed41d0ab793c0efdf) | |||
2009-07-09 | Replace update tag on multi-nodes | Stephen Hemminger | |
Multiple value nodes are never updated, only created or deleted. (cherry picked from commit 909452cdb631577aed7b9a7aed6613c2756f4e33) | |||
2009-05-21 | Start daemon at begining | Stephen Hemminger | |
This may resolve some of the priority issues. | |||
2009-05-07 | Get rid of update action | Stephen Hemminger | |
There were several problems with the quagga-manager update. 1) can not have multiple end: tags in same tree path 2) can not shutdown bgp without losing policy 3) watchquagga timing races | |||
2009-03-25 | Change "rip/ripng interface" check from "syntax" to "commit". | Stig Thormodsrud | |
Change error message to not say "ethernet". | |||
2009-03-02 | RIP allow any interface type | Stephen Hemminger | |
Not restricted to just ethernet, RIP should work over bonding etc.. | |||
2009-02-24 | Use multi-line in one create node | Stephen Hemminger | |
No need for two create: tags. | |||
2009-02-19 | as per discussion with Stephen. update handles shutdown of daemon and ↵ | slioch | |
explicit stop is not needed. Removed from delete node, but might promote end action to delete action | |||
2009-02-19 | applied same changes to ospf and rip as to bgp re: start/stop router daemon ↵ | slioch | |
hooks | |||
2009-02-18 | Rework of protocol startup | Stephen Hemminger | |
Use scripts to do start/stop (instead of disable template). Integrate reload into new quagga-manager script | |||
2009-02-16 | Move daemon start to the disable node | Stephen Hemminger | |
Need way to get daemons started before top level node. Really a hack because of the way priorities are managed on node hieararchy | |||
2009-02-05 | Move sudo from vyatta-protocol to nodes | Stephen Hemminger | |
Much cleaner to do sudo once rather than repeatedly | |||
2009-02-05 | Manage daemons better | Stephen Hemminger | |
1. Shutdown bgp on last neighbor removed 2. use daemon name consistently 3. change options to watchquagga | |||
2009-02-04 | Protocol daemon management | Stephen Hemminger | |
Bug 3828 Start protocols from configuration system, and use watchquagga to restart protocol daemons after failure | |||
2008-08-12 | Revert "Replace vyatta-vtysh with vtysh" | Stephen Hemminger | |
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435. | |||
2008-08-11 | Replace vyatta-vtysh with vtysh | Stephen Hemminger | |
2008-07-30 | Replace calls to vyatta-vtysh perl script with vyatta-vtysh | Stephen Hemminger | |
No longer need the perl wrapper, the logging and error suppression are now in the command itself. This helps with the speed of route creation with lots of routes. | |||
2008-07-28 | Use vyatta_sbindir | Stephen Hemminger | |
Wrong shell variable in earlier commit | |||
2008-07-28 | Add new program to check prefix boundary | Stephen Hemminger | |
Using perl to check prefix boundary, is slow because of the overhead of compiling the same script many times. So convert this simple task to a C program. | |||
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-quagga | |||
2008-02-12 | Fix 2813 'show configuration all' does not display all default | Stig Thormodsrud | |
2008-01-31 | convert templates to new syntax | An-Cheng Huang | |
2007-12-12 | Add wrapper script between cfg templates and vtysh. The wrapper will: | Stig Thormodsrud | |
- log commands to /tmp/vtysh.log - return error code when quagga responds with an errmsg - ignore errors when called with -n | |||
2007-12-11 | Implement "rip distribute-list". | Stig Thormodsrud | |
2007-12-10 | Redo RIP cli to remove interface/network requirement. | Stig Thormodsrud | |
2007-11-10 | Add more OSPF configuration. | Stig Thormodsrud | |
2007-11-05 | User message modifications | Justin Fletcher | |
2007-11-05 | Help text modifications | Justin Fletcher | |
2007-10-19 | Fix rip md5 authentication. | Stig Thormodsrud | |
2007-10-12 | First cut of RIP new cli. | Stig Thormodsrud | |
Fix filename on vyatta_policy.pl. |