summaryrefslogtreecommitdiff
path: root/templates/protocols
AgeCommit message (Collapse)Author
2023-02-18T5017: fix reference to no longer existing validatort5017-equuleus-validatorChristian Breunig
The "interface-name" Python validator was removed for performance reasons. Reference new implemented validators
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.
2022-10-18bgp listen: T1875: added BGP listen range featurezsdc
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-19T3522: Use printf to get hex instead of dcDmitriyEshenko
2021-10-27bgp: T3945: Add route-map for afi6 aggregate-addressViacheslav
2021-10-26bgp: T3945: Add route-map for bgp aggregate-addressViacheslav
2021-09-27ospfv3: T3858: Fix for delete correct v6 router-idViacheslav
2021-09-26ospfv3: T3859: add "log-adjacency-changes" CLI commandChristian Poessinger
2021-08-05bgp: T548: Add ipv6 maximum-path and migrate to proper afiViacheslav
2021-07-29bgp: T1176: Add option solo for neighborViacheslav
2021-07-21Merge pull request #85 from sever-sever/T3685Christian Poessinger
frr: T3685: Add interface option for static table route6
2021-07-21frr: T3685: Add interface option for static table route6Viacheslav
2021-07-19frr: T3689: Fix for static route6Viacheslav
2021-05-30bgp: T3524: add graceful-shutdown supportChristian Poessinger
2021-05-19ospfv3: T3554: Add area-type stub for 1.3 (#78)Viacheslav Hletenko
2021-05-19protocols: static: T3558: add completion helper for dhcp-interface optionssrividya0208
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-02Merge pull request #74 from sever-sever/T2100-ebgpChristian Poessinger
bgp: T2100: Add global param for ebgp-policy
2021-04-29frr: T3217: Ability to save routing configssever-sever
2021-04-26bgp: T2100: Add global param for ebgp-policysever-sever
2021-03-25vrf: T2111: bugfix leaking to default routing tableChristian 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-17vrf: T2111: validate existence of target VRF when leakingChristian Poessinger
2021-02-23routing: T3211: Add redistribute protocol IS-IS to bgp ospfsever-sever
2021-02-08ripng: T3292: must prepend ipv6 keyword when using distribute-listChristian Poessinger
2021-02-07ripng: T3292: reference ipv6 access-list/prefix-listChristian Poessinger
2021-02-03rpki: T3255: move to vyos-1xChristian Poessinger
(cherry picked from commit e87556e49d7289a316305e58d7afb070f0382021)
2021-01-30bgp: 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-27bgp: T3085: Add parameter weight for ipv6 neighborsever-sever
2021-01-24Merge pull request #66 from sever-sever/T3246Christian Poessinger
ospfv3: T3246: Fix config parameter router-id
2021-01-24ospfv3: T3246: Fix config parameter router-idsever-sever
2021-01-24ospf: T3194: Fix redistribute mertic valuessever-sever
(cherry picked from commit 3bc223167358a6af6b45c76de0e3a2476e7e6274)
2020-11-28op-mode: T3091: Add option tag for blackhole static routessever-sever
2020-08-26vyatta-cfg-quagga: T2828: Remove deprecated bgp enforce-first-assever-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-06-22rip: T2547: migrate to vyos-1xViacheslav Hletenko
2020-05-10vrf: T2445: fix next-hop-vrf for route leakingChristian Poessinger
2020-04-23VRF: T2368: add completion helper for default VRFChristian Poessinger
2020-04-23vrf: T2369: support leaking interface-route from default VRFChristian Poessinger
2020-04-19vrf: ipv6: T2338: convert IPv6 address to lower case only lettersChristian Poessinger
2020-04-17Merge pull request #41 from agh2342/feature/ospfv3-area-notationChristian Poessinger
protocols ospfv3: T2021: remove unsupported area notation from template
2020-04-02Merge pull request #44 from sever-sever/network-import-checkJohn 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-02bgp: T2100:Bgp route advertisement with rib checkssever-sever
2020-03-30vrf: T2170: IPv6 support route-leaking on interface routesChristian Poessinger
2020-03-30vrf: T2170: IPv4 support route-leaking on interface routesChristian Poessinger
2020-03-30vrf: T2170: bugfix deleting leaked-routesChristian Poessinger
2020-03-30vrf: T2170: IPv6 route-leaking requires a next-hop interfaceChristian Poessinger
... in the destination VRF, else routes won't get added into table.
2020-03-30vrf: T2170: bugfix in IPv6 route leaking - routes not atted into tableChristian Poessinger
2020-03-30vrf: T31: align code in vrf node.def filesChristian Poessinger