Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-18 | T5017: fix reference to no longer existing validatort5017-equuleus-validator | Christian Breunig | |
The "interface-name" Python validator was removed for performance reasons. Reference new implemented validators | |||
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. | |||
2022-10-18 | bgp listen: T1875: added BGP listen range feature | zsdc | |
This change provides the same CLI structure as in 1.4 for the `protocols bgp listen` and must be fully compatible with future releases (no additional migration is required). | |||
2022-01-19 | T3522: Use printf to get hex instead of dc | DmitriyEshenko | |
2021-10-27 | bgp: T3945: Add route-map for afi6 aggregate-address | Viacheslav | |
2021-10-26 | bgp: T3945: Add route-map for bgp aggregate-address | Viacheslav | |
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-08-05 | bgp: T548: Add ipv6 maximum-path and migrate to proper afi | Viacheslav | |
2021-07-29 | bgp: T1176: Add option solo for neighbor | Viacheslav | |
2021-07-21 | Merge pull request #85 from sever-sever/T3685 | Christian Poessinger | |
frr: T3685: Add interface option for static table route6 | |||
2021-07-21 | frr: T3685: Add interface option for static table route6 | Viacheslav | |
2021-07-19 | frr: T3689: Fix for static route6 | Viacheslav | |
2021-05-30 | bgp: T3524: add graceful-shutdown support | Christian Poessinger | |
2021-05-19 | ospfv3: T3554: Add area-type stub for 1.3 (#78) | Viacheslav Hletenko | |
2021-05-19 | protocols: static: T3558: add completion helper for dhcp-interface options | srividya0208 | |
The command "set proto static route x.x.x.x/x dhcp-interface" does not show the possible interface list when entered a tab. Added the previous parameters to the script | |||
2021-05-02 | Merge pull request #74 from sever-sever/T2100-ebgp | Christian Poessinger | |
bgp: T2100: Add global param for ebgp-policy | |||
2021-04-29 | frr: T3217: Ability to save routing configs | sever-sever | |
2021-04-26 | bgp: T2100: Add global param for ebgp-policy | sever-sever | |
2021-03-25 | vrf: T2111: bugfix leaking to default routing table | Christian Poessinger | |
Commit db38bdcc55 ("vrf: T2111: validate existence of target VRF when leaking") validated the existance for a target VRF, but did not allow hte default VRF. This has been adjusted to support leaking to the default/global routing instance. | |||
2021-03-17 | vrf: T2111: validate existence of target VRF when leaking | Christian Poessinger | |
2021-02-23 | routing: T3211: Add redistribute protocol IS-IS to bgp ospf | sever-sever | |
2021-02-08 | ripng: T3292: must prepend ipv6 keyword when using distribute-list | Christian Poessinger | |
2021-02-07 | ripng: T3292: reference ipv6 access-list/prefix-list | Christian Poessinger | |
2021-02-03 | rpki: T3255: move to vyos-1x | Christian Poessinger | |
(cherry picked from commit e87556e49d7289a316305e58d7afb070f0382021) | |||
2021-01-30 | bgp: T3037: migrate invalid "address-family ipv6-unicast capability dynamic" ↵ | Christian Poessinger | |
option The mentioned CLI option is not available in FRR, there is one one generic dynamic capability option in the root of the neighbor. This commit drops the CLI support as it will be migrate to math FRR support. (cherry picked from commit 0d42f7119306f2ebd6011f650be1675cb267acb7) | |||
2021-01-27 | bgp: T3085: Add parameter weight for ipv6 neighbor | sever-sever | |
2021-01-24 | Merge pull request #66 from sever-sever/T3246 | Christian Poessinger | |
ospfv3: T3246: Fix config parameter router-id | |||
2021-01-24 | ospfv3: T3246: Fix config parameter router-id | sever-sever | |
2021-01-24 | ospf: T3194: Fix redistribute mertic values | sever-sever | |
(cherry picked from commit 3bc223167358a6af6b45c76de0e3a2476e7e6274) | |||
2020-11-28 | op-mode: T3091: Add option tag for blackhole static routes | sever-sever | |
2020-08-26 | vyatta-cfg-quagga: T2828: Remove deprecated bgp enforce-first-as | 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-06-22 | rip: T2547: migrate to vyos-1x | Viacheslav Hletenko | |
2020-05-10 | vrf: T2445: fix next-hop-vrf for route leaking | Christian Poessinger | |
2020-04-23 | VRF: T2368: add completion helper for default VRF | Christian Poessinger | |
2020-04-23 | vrf: T2369: support leaking interface-route from default VRF | Christian Poessinger | |
2020-04-19 | vrf: ipv6: T2338: convert IPv6 address to lower case only letters | Christian Poessinger | |
2020-04-17 | Merge pull request #41 from agh2342/feature/ospfv3-area-notation | Christian Poessinger | |
protocols ospfv3: T2021: remove unsupported area notation from template | |||
2020-04-02 | Merge pull request #44 from sever-sever/network-import-check | John Estabrook | |
bgp: T2100:Bgp route advertisement with rib checks Add option network-import-check for bgp. Enable IGP route check for network statements. | |||
2020-04-02 | bgp: T2100:Bgp route advertisement with rib checks | sever-sever | |
2020-03-30 | vrf: T2170: IPv6 support route-leaking on interface routes | Christian Poessinger | |
2020-03-30 | vrf: T2170: IPv4 support route-leaking on interface routes | Christian Poessinger | |
2020-03-30 | vrf: T2170: bugfix deleting leaked-routes | Christian Poessinger | |
2020-03-30 | vrf: T2170: IPv6 route-leaking requires a next-hop interface | Christian Poessinger | |
... in the destination VRF, else routes won't get added into table. | |||
2020-03-30 | vrf: T2170: bugfix in IPv6 route leaking - routes not atted into table | Christian Poessinger | |
2020-03-30 | vrf: T31: align code in vrf node.def files | Christian Poessinger | |