summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/area
AgeCommit message (Collapse)Author
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.
2009-11-30added required keyword to help text.Michael Larson
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-28Convert template to new syntaxStephen Hemminger
Use 'update: ...' rather than 'update:expression: ...'
2009-03-16Handle error message in perl codeStephen Hemminger
Easier to just have utility print error message
2009-02-25Use single quotes around $VAR(@).Stig Thormodsrud
2008-08-12Revert "Replace vyatta-vtysh with vtysh"Stephen Hemminger
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
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-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-08Make sure OSPF area-type is set before default-cost.Stig Thormodsrud
2008-04-08Fix 3124: "set protocols ospf area <> area-type nssa translate always" ↵Stig Thormodsrud
removed "...... nssa no-summary" from the routing engine
2008-02-27Fix 2906: "delete protocols ospf area X area-type nssa " and then "commit" - ↵Stig Thormodsrud
"commit failed"
2008-02-13Fix 2819 Plain-text authentication should be identified as suchStig Thormodsrud
2008-02-11Fix 2810 ospf authentications gets truncated to 8 charactersStig Thormodsrud
- Add syntax checks to verify length of passwords.
2008-02-02Add some comp_help strings to ospf cliStig Thormodsrud
2008-01-31convert templates to new syntaxAn-Cheng Huang
2007-12-12Add 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-11-29Add cli for OSPF authentication.Stig Thormodsrud
2007-11-27Add OSPF interface commands for ethernet and loopback.Stig Thormodsrud
2007-11-13Add yet more OSPF configuration.Stig Thormodsrud
2007-11-12Allow for multiple ospf networks under area node.Stig Thormodsrud
2007-11-10Add more OSPF configuration.Stig Thormodsrud
2007-11-06Fix ospf area validation and move error message to template file.Stig Thormodsrud
2007-11-05Add ospf area validation and fix tab completion for router-id.Stig Thormodsrud
2007-10-18Add minimal ospf config.Stig Thormodsrud
- still need to add validation and rest of functionality.