summaryrefslogtreecommitdiff
path: root/templates/protocols/ospfv3
AgeCommit message (Collapse)Author
2022-12-27T4896: ospfv3: Fix broken not-advertise optionYuxiang Zhu
Config option `protocols ospfv3 area <number> range <prefix> not-advertise` is broken and behaves exactly same as `advertise`. Steps to reproduce: ``` set protocols ospfv3 area 16 range 2000::/4 not-advertise ``` Actual result: ``` $ vtysh -c 'show run' ! router ospf6 area 16 range 2000::/4 ``` Expected result: ``` $ vtysh -c 'show run' ! router ospf6 area 16 range 2000::/4 not-advertise ``` It seems to me that `templates/protocols/ospfv3/area/node.tag/range/node.def` overwrites `area $AREA range $RANGE` even if child node `no-advertise` is set. It seems to me the scripts in that file is used to make child option `advertise` optional. This PR changes it to only run when children options (advertise, not-advertise) are not set.
2021-09-27ospfv3: T3858: Fix for delete correct v6 router-idViacheslav
2021-09-26ospfv3: T3859: add "log-adjacency-changes" CLI commandChristian Poessinger
2021-05-19ospfv3: T3554: Add area-type stub for 1.3 (#78)Viacheslav Hletenko
2021-04-29frr: T3217: Ability to save routing configssever-sever
2021-01-24ospfv3: T3246: Fix config parameter router-idsever-sever
2020-08-13T2790: Add ip protocol route-map for OSPFv3 and ripngBenjamin M. Hughes
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
2018-09-18T851: add an option for OSPFv3 administrative distance fixOleksandr Mamenko
2018-09-18T851: add an option for OSPFv3 administrative distanceOleksandr Mamenko
2015-03-24Bug #521: save quagga daemon configs to /opt/vyatta/etc/quagga at commit time.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
2011-05-04changes for new commitnapa-devAn-Cheng Huang
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-06-14Fix ospfv3 redistribute command.Stig Thormodsrud
2010-06-14Added route-map support in ospfv3-redistributeJon Andersson
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-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-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-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