summaryrefslogtreecommitdiff
path: root/templates/protocols/ospfv3
AgeCommit message (Collapse)Author
2009-07-09Remove dynamic start of routing daemonsStephen Hemminger
The CLI begin transaction restrictions make this impossible to do in a stable manner. Related to bug 4537
2009-06-10Hide filter-list node until bug 4498 is fixed.Stig Thormodsrud
2009-06-09Remove hidden templatesStephen Hemminger
Templates in */node.tag/node.def are meaningless in current CLI. Remove all the templates that are intermediat help text.
2009-06-03Fix OSPFv3 filter list nodeStephen Hemminger
Node was marked as 'tag:' but was a leaf node.
2009-06-02Convert update: on mulitnodes to create:Stephen Hemminger
This is what CLI Primer says is supposed to work.
2009-06-01Fix 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-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-02Use new syntax and allow any interfaceStephen Hemminger
Not restricted to just ethernet.
2009-02-26Add missing quote around quagga command.Stig Thormodsrud
2009-02-24OSPFv3 start ospf6dStephen Hemminger
Start daemon on create. And use "modern" CLI syntax
2009-02-11Initial commit of config commands for ospfv3root