summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf
AgeCommit message (Collapse)Author
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.
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-08-07Fix 3550: Setting kernel redistribution metric generates internal error.Stig Thormodsrud
2008-07-30Replace calls to vyatta-vtysh perl script with vyatta-vtyshStephen 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-28Use vyatta_sbindirStephen Hemminger
Wrong shell variable in earlier commit
2008-07-28Add new program to check prefix boundaryStephen 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-06-11Fix 3345: Unable to configure OSPF redistribute <protocol> route-map <name>Stig Thormodsrud
2008-06-06Fix 3316: "metric-type" option does not exist in the CLI for OSPF redistributionStig Thormodsrud
- also reformat to the newer escape-free format
2008-04-15Partial fix for 3004. Set priority of network node higher than virtual-link ↵Stig Thormodsrud
node.
2008-04-11Merge branch 'glendale' into hollywoodrbalocca
Conflicts: templates/protocols/ospf/area/node.tag/range/node.tag/cost/node.def templates/protocols/ospf/area/node.tag/range/node.tag/not-advertise/node.def templates/protocols/ospf/area/node.tag/range/node.tag/substitute/node.def templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/md5/node.def templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/plaintext-password/node.def
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-quagga
2008-04-09Fix [Bug 3125] "...... range <> no-advertise" should be removed from the ↵Stig Thormodsrud
config while it is removed from the routing engine by "set protocols ospf area <> range <> substitute <>"
2008-04-09Fix 3126: ospf virtual-link authentication types should not be able to be ↵Stig Thormodsrud
coexisted in the config
2008-04-08Fix 3129: "delete protocols ospf neighbor <> priority" should delete the ↵Stig Thormodsrud
neighbor in the config as under the routing engine
2008-04-08Make sure OSPF area-type is set before default-cost.Stig Thormodsrud