Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-22 | T3236: migrate ospf to vyos-1x | Christian Poessinger | |
2021-01-11 | ospf: T3194: Fix redistribute mertic values | sever-sever | |
2019-10-17 | T1740 Fixed OSPFv2 virtual-link authentication | DmitriyEshenko | |
(cherry picked from commit 716e78fa6d52e873b347180087faa461d7511d80) | |||
2019-09-01 | T1209: cap OSPF max-metric at 100 to match the FRR validation rules. | Daniil Baturin | |
2019-05-30 | T1419: multiple passive-interfaces can't be deleted in one commit | Christian Poessinger | |
Reproduce with: set protocols ospf passive-interface default set protocols ospf passive-interface-exclude eth1 set protocols ospf passive-interface-exclude eth2.5 commit delete protocols ospf passive-interface default delete protocols ospf passive-interface-exclude eth1 delete protocols ospf passive-interface-exclude eth2.5 commit Results in [ protocols ospf passive-interface default ] sh: line 8: [: eth1: unary operator expected | |||
2018-11-13 | T1006: replace all occurences of check_prefix_boundary with ipaddrcheck. | Daniil Baturin | |
2018-09-20 | T856 OSPF area-type NSSA | Oleksandr Mamenko | |
2016-04-25 | Fix. | Mihail Vasilev | |
2016-04-20 | Reengeneered. | Mihail Vasilev | |
2016-04-19 | Fix. | Mihail Vasilev | |
2016-04-14 | Q26. Added filter on locally installed routes. | Mihail Vasilev | |
2015-03-24 | Bug #521: save quagga daemon configs to /opt/vyatta/etc/quagga at commit time. | Daniil Baturin | |
2014-01-23 | Clean up extra quote in quagga "ospf distance global" | Patrick van Staveren | |
help command. | |||
2011-05-04 | changes for new commitnapa-dev | An-Cheng Huang | |
2010-07-21 | Remove verbs from help strings | Stephen Hemminger | |
2010-07-21 | Convert Quagga templates to use val_help: | Stephen Hemminger | |
2010-03-20 | Fix 4161: Bad config handling of "protocols ospf passive-interface" | Stig Thormodsrud | |
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. | |||
2010-02-12 | Fix 4161: Bad config handling of "procotols ospf passive-interface". | Stig Thormodsrud | |
2009-11-30 | added required keyword to help text. | Michael Larson | |
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-10-13 | Convert update: on mulitnodes to create: | Stephen Hemminger | |
This is what CLI Primer says is supposed to work. | |||
2009-10-13 | Fix setup of protocols on boot | Stephen Hemminger | |
New CLI appears to require 'update:' rather than 'create:' on tag nodes in order for them to get applied correctly. Workaround this by changing all the create: to update: in Quagga config Bug 4486 | |||
2009-07-15 | Bugfix 4708: Change update action in non-leaf valueless node to create | Bob Gilligan | |
An "update" action in a non-leaf valueless node is only called when the node is created for the first time. So the "create" action should be used instead of "update". | |||
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-07-09 | Convert update: on mulitnodes to create: | Stephen Hemminger | |
This is what CLI Primer says is supposed to work. (cherry picked from commit 4cb6efba141b1e54ee78077410dd027a8fcf1a39) | |||
2009-07-09 | Fix setup of protocols on boot | Stephen Hemminger | |
New CLI appears to require 'update:' rather than 'create:' on tag nodes in order for them to get applied correctly. Workaround this by changing all the create: to update: in Quagga config Bug 4486 (cherry picked from commit 84536c188e359a9f046bc8f1c5a3180b3e03ee8b) | |||
2009-05-28 | Allow passive-interface definition for any device | Stephen Hemminger | |
Bug 4014 The actual device (ppp for example) may not exist when OSPF is brought up, so allow any name | |||
2009-05-28 | Convert template to new syntax | Stephen Hemminger | |
Use 'update: ...' rather than 'update:expression: ...' | |||
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-24 | Change "syntax" to "commit" check for "protocol ospf passive-interace" | Stig Thormodsrud | |
2009-03-16 | Handle error message in perl code | Stephen Hemminger | |
Easier to just have utility print error message | |||
2009-03-05 | Fix call to vyatta-interfaces.pl --check now requires --dev | Stig Thormodsrud | |
2009-03-05 | Fix 'passive-interface' to allow interface or 'default'. | Stig Thormodsrud | |
2009-02-25 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jenner | Stig Thormodsrud | |
2009-02-25 | Use single quotes around $VAR(@). | Stig Thormodsrud | |
2009-02-24 | Use multi-line create on ospf | Stephen Hemminger | |
No need for two 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-13 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
Conflicts: scripts/vyatta-protocol | |||
2009-02-11 | OSPF: allow any type interface | Stephen Hemminger | |
Bugfix 4014 Allow any interface name that might be configurable for passive-interface | |||
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. |