Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-30 | T4475: route-map allow IPv6 address for match peer option | Viacheslav Hletenko | |
set policy route-map foo rule 100 action 'permit' set policy route-map foo rule 100 match peer 'fe80::2' | |||
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-11-07 | route-map: T3974: use warning over error when "match interface" is non-existent | Christian Poessinger | |
FRR can handle the route-map when the match interface does not exist. | |||
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-06-19 | Merge pull request #83 from c-po/equuleus | Christian Poessinger | |
route-map: T3632: fix invalid validation regex for extcommunity-rt and extcommunity-soo | |||
2021-06-18 | route-map: T3632: fix invalid validation regex for extcommunity-rt and ↵ | Christian Poessinger | |
extcommunity-soo Use the validation string/system available within vyos-1x. This also works also on VyOS 1.2 series systems. (cherry picked from commit 2c6ec4330384606fb25b8afb5ef1831320715917) | |||
2021-06-08 | route-map: T3605: allow to set prefer-global for ipv6-next-hop | Luca Berneking | |
When we receive a global and link-local ipv6 next-hop ipv6 address, normally the link-local one is preferred. This setting allows to use the global ipv6 instead. This is required if the peer does not answer on his link-local address. | |||
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-09 | policy: T3531: Allow route-map names to contain an underscore | Christian Poessinger | |
2021-05-09 | policy: T3531: Allow prefix-list names to contain an underscore | Christian Poessinger | |
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-19 | route-map: T3306: Extend aggregator as to 4 byte | sever-sever | |
(cherry picked from commit 94a7ca3a9397b771e4cba8b61b09ccca2c10e4c4) | |||
2021-03-17 | vrf: T2111: validate existence of target VRF when leaking | Christian Poessinger | |
2021-02-25 | policy: add large-community description | Christian Poessinger | |
(cherry picked from commit 92af72e62b2c95d2ff3b60c0f1ec22f6950ff39d) | |||
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-10-30 | route-map: T3032: Add set table x for route-map | 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-07-05 | frr: T2686: fixed large-community-list configuration generation | erik | |
Co-authored-by: Erik Kooistra <me@erikkooistra.nl> | |||
2020-06-25 | T1665: correctly validate prefix-list and access-list networks. | Daniil Baturin | |
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 | |