summaryrefslogtreecommitdiff
path: root/templates/protocols/ospfv3/area
AgeCommit message (Collapse)Author
2020-07-26T2021: relax the OSPFv3 area restriction and allow decimal format.Daniil Baturin
2020-07-26Revert "ospfv3: T2021: Change type validator for area"Daniil Baturin
This reverts commit cdceed6f8dffe4bb12f48e193591784f416b2bab. I've imported a fix from the latest dev version of FRR, so this limitation is no longer necessary.
2020-07-24ospfv3: T2021: Change type validator for areasever-sever
2020-02-09protocols ospfv3: T2021: remove unsupported area notation from templateagh
2018-11-25T981: disallow decimal area notation in OSPFv3 since neither FRR no Quagga ↵Daniil Baturin
support it.
2018-11-13T1006: replace all occurences of check_prefix_boundary with ipaddrcheck.Daniil Baturin
2015-01-25vyatta-cfg-quagga: remove unused / old configuration nodesAlex Harpin
Remove unused / old configuration nodes from bgp and ospfv3 Bug #459 http://bugzilla.vyos.net/show_bug.cgi?id=459
2010-12-06Fix help textStephen Hemminger
Bug 6111 Help text should not start with Set
2010-07-21Remove verbs from help stringsStephen Hemminger
2010-07-21Convert Quagga templates to use val_help:Stephen Hemminger
2010-04-26Fix typo in help textJon Andersson
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-01-20Fix 5235: Not possible to run OSPFv3 on multiple interfacesStig Thormodsrud
2009-10-27Fix 5036: Unable to configure more than one interface per area in OSPFv3Stig Thormodsrud
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-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-09Fix OSPFv3 filter list nodeStephen Hemminger
Node was marked as 'tag:' but was a leaf node. (cherry picked from commit 31368eec9b7dd25e248140a8732fd4c814de52b9)
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-06-10Hide filter-list node until bug 4498 is fixed.Stig Thormodsrud
2009-03-02Use new syntax and allow any interfaceStephen Hemminger
Not restricted to just ethernet.
2009-02-11Initial commit of config commands for ospfv3root