Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-27 | T4896: ospfv3: Fix broken not-advertise option | Yuxiang 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-27 | ospfv3: T3858: Fix for delete correct v6 router-id | Viacheslav | |
2021-09-26 | ospfv3: T3859: add "log-adjacency-changes" CLI command | Christian Poessinger | |
2021-05-19 | ospfv3: T3554: Add area-type stub for 1.3 (#78) | Viacheslav Hletenko | |
2021-04-29 | frr: T3217: Ability to save routing configs | sever-sever | |
2021-01-24 | ospfv3: T3246: Fix config parameter router-id | sever-sever | |
2020-08-13 | T2790: Add ip protocol route-map for OSPFv3 and ripng | Benjamin M. Hughes | |
2020-07-26 | T2021: relax the OSPFv3 area restriction and allow decimal format. | Daniil Baturin | |
2020-07-26 | Revert "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-24 | ospfv3: T2021: Change type validator for area | sever-sever | |
2020-02-09 | protocols ospfv3: T2021: remove unsupported area notation from template | agh | |
2018-11-25 | T981: disallow decimal area notation in OSPFv3 since neither FRR no Quagga ↵ | Daniil Baturin | |
support it. | |||
2018-11-13 | T1006: replace all occurences of check_prefix_boundary with ipaddrcheck. | Daniil Baturin | |
2018-09-18 | T851: add an option for OSPFv3 administrative distance fix | Oleksandr Mamenko | |
2018-09-18 | T851: add an option for OSPFv3 administrative distance | Oleksandr Mamenko | |
2015-03-24 | Bug #521: save quagga daemon configs to /opt/vyatta/etc/quagga at commit time. | Daniil Baturin | |
2015-01-25 | vyatta-cfg-quagga: remove unused / old configuration nodes | Alex Harpin | |
Remove unused / old configuration nodes from bgp and ospfv3 Bug #459 http://bugzilla.vyos.net/show_bug.cgi?id=459 | |||
2011-05-04 | changes for new commitnapa-dev | An-Cheng Huang | |
2010-12-06 | Fix help text | Stephen Hemminger | |
Bug 6111 Help text should not start with Set | |||
2010-07-21 | Remove verbs from help strings | Stephen Hemminger | |
2010-07-21 | Convert Quagga templates to use val_help: | Stephen Hemminger | |
2010-06-14 | Fix ospfv3 redistribute command. | Stig Thormodsrud | |
2010-06-14 | Added route-map support in ospfv3-redistribute | Jon Andersson | |
2010-04-26 | Fix typo in help text | Jon Andersson | |
2010-03-05 | Get rid of vyatta-vtysh | Stephen Hemminger | |
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies. | |||
2010-01-20 | Fix 5235: Not possible to run OSPFv3 on multiple interfaces | Stig Thormodsrud | |
2009-10-27 | Fix 5036: Unable to configure more than one interface per area in OSPFv3 | Stig Thormodsrud | |
2009-10-20 | pushed priority to node.def's | slioch | |
2009-10-13 | Remove dynamic start of routing daemons | Stephen 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-13 | Convert update: on mulitnodes to create: | Stephen Hemminger | |
This is what CLI Primer says is supposed to work. | |||
2009-10-13 | Fix setup of protocols on boot | Stephen 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-09 | Remove hidden templates | Stephen 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-09 | Fix OSPFv3 filter list node | Stephen Hemminger | |
Node was marked as 'tag:' but was a leaf node. (cherry picked from commit 31368eec9b7dd25e248140a8732fd4c814de52b9) | |||
2009-07-09 | Convert update: on mulitnodes to create: | Stephen Hemminger | |
This is what CLI Primer says is supposed to work. (cherry picked from commit 4cb6efba141b1e54ee78077410dd027a8fcf1a39) | |||
2009-07-09 | Fix setup of protocols on boot | Stephen 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-10 | Hide filter-list node until bug 4498 is fixed. | Stig Thormodsrud | |
2009-05-21 | Start daemon at begining | Stephen Hemminger | |
This may resolve some of the priority issues. | |||
2009-05-07 | Get rid of update action | Stephen 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-02 | Use new syntax and allow any interface | Stephen Hemminger | |
Not restricted to just ethernet. | |||
2009-02-26 | Add missing quote around quagga command. | Stig Thormodsrud | |
2009-02-24 | OSPFv3 start ospf6d | Stephen Hemminger | |
Start daemon on create. And use "modern" CLI syntax | |||
2009-02-11 | Initial commit of config commands for ospfv3 | root | |