summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf
AgeCommit message (Collapse)Author
2021-01-22T3236: migrate ospf to vyos-1xChristian Poessinger
2021-01-11ospf: T3194: Fix redistribute mertic valuessever-sever
2019-10-17T1740 Fixed OSPFv2 virtual-link authenticationDmitriyEshenko
(cherry picked from commit 716e78fa6d52e873b347180087faa461d7511d80)
2019-09-01T1209: cap OSPF max-metric at 100 to match the FRR validation rules.Daniil Baturin
2019-05-30T1419: multiple passive-interfaces can't be deleted in one commitChristian 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-13T1006: replace all occurences of check_prefix_boundary with ipaddrcheck.Daniil Baturin
2018-09-20T856 OSPF area-type NSSAOleksandr Mamenko
2016-04-25Fix.Mihail Vasilev
2016-04-20Reengeneered.Mihail Vasilev
2016-04-19Fix.Mihail Vasilev
2016-04-14Q26. Added filter on locally installed routes.Mihail Vasilev
2015-03-24Bug #521: save quagga daemon configs to /opt/vyatta/etc/quagga at commit time.Daniil Baturin
2014-01-23Clean up extra quote in quagga "ospf distance global"Patrick van Staveren
help command.
2011-05-04changes for new commitnapa-devAn-Cheng Huang
2010-07-21Remove verbs from help stringsStephen Hemminger
2010-07-21Convert Quagga templates to use val_help:Stephen Hemminger
2010-03-20Fix 4161: Bad config handling of "protocols ospf passive-interface"Stig Thormodsrud
2010-03-05Get rid of vyatta-vtyshStephen Hemminger
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies.
2010-02-12Fix 4161: Bad config handling of "procotols ospf passive-interface".Stig Thormodsrud
2009-11-30added required keyword to help text.Michael Larson
2009-10-20pushed priority to node.def'sslioch
2009-10-13Remove dynamic start of routing daemonsStephen 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-13Convert update: on mulitnodes to create:Stephen Hemminger
This is what CLI Primer says is supposed to work.
2009-10-13Fix setup of protocols on bootStephen 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-15Bugfix 4708: Change update action in non-leaf valueless node to createBob 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-09Remove hidden templatesStephen 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-09Replace update tag on multi-nodesStephen Hemminger
Multiple value nodes are never updated, only created or deleted. (cherry picked from commit 909452cdb631577aed7b9a7aed6613c2756f4e33)
2009-07-09Convert update: on mulitnodes to create:Stephen Hemminger
This is what CLI Primer says is supposed to work. (cherry picked from commit 4cb6efba141b1e54ee78077410dd027a8fcf1a39)
2009-07-09Fix setup of protocols on bootStephen 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-28Allow passive-interface definition for any deviceStephen Hemminger
Bug 4014 The actual device (ppp for example) may not exist when OSPF is brought up, so allow any name
2009-05-28Convert template to new syntaxStephen Hemminger
Use 'update: ...' rather than 'update:expression: ...'
2009-05-21Start daemon at beginingStephen Hemminger
This may resolve some of the priority issues.
2009-05-07Get rid of update actionStephen 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-24Change "syntax" to "commit" check for "protocol ospf passive-interace"Stig Thormodsrud
2009-03-16Handle error message in perl codeStephen Hemminger
Easier to just have utility print error message
2009-03-05Fix call to vyatta-interfaces.pl --check now requires --devStig Thormodsrud
2009-03-05Fix 'passive-interface' to allow interface or 'default'.Stig Thormodsrud
2009-02-25Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jennerStig Thormodsrud
2009-02-25Use single quotes around $VAR(@).Stig Thormodsrud
2009-02-24Use multi-line create on ospfStephen Hemminger
No need for two tags.
2009-02-19as 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-19applied same changes to ospf and rip as to bgp re: start/stop router daemon ↵slioch
hooks
2009-02-18Rework of protocol startupStephen Hemminger
Use scripts to do start/stop (instead of disable template). Integrate reload into new quagga-manager script
2009-02-16Move daemon start to the disable nodeStephen 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-13Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jennerStephen Hemminger
Conflicts: scripts/vyatta-protocol
2009-02-11OSPF: allow any type interfaceStephen Hemminger
Bugfix 4014 Allow any interface name that might be configurable for passive-interface
2009-02-05Move sudo from vyatta-protocol to nodesStephen Hemminger
Much cleaner to do sudo once rather than repeatedly
2009-02-05Manage daemons betterStephen Hemminger
1. Shutdown bgp on last neighbor removed 2. use daemon name consistently 3. change options to watchquagga
2009-02-04Protocol daemon managementStephen Hemminger
Bug 3828 Start protocols from configuration system, and use watchquagga to restart protocol daemons after failure
2008-08-12Revert "Replace vyatta-vtysh with vtysh"Stephen Hemminger
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.