Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-03-29 | vrf: T2170: support leaking from default table into vrf | Christian Poessinger | |
2020-03-27 | ripng: T2165: fix ripng add route ip net validation | Marcus Aram | |
2020-03-17 | vrf: T31: add IPv4/IPv6 interface-route option | Christian Poessinger | |
2020-03-09 | vrf: T2111: add IPv6 route leaking support | Christian Poessinger | |
2020-03-09 | vrf: T2111: add IPv4 route leaking support | Christian Poessinger | |
2020-03-09 | Use better help text for next-hop-interface | Christian Poessinger | |
2020-03-09 | vrf: T31: fix bug when deleting old route with a next-hop-interface | Christian Poessinger | |
2020-03-09 | vrf: T31: align vtysh calls | Christian Poessinger | |
2020-03-06 | vrf: T31: add IPv6 static routing support | Christian Poessinger | |
2020-03-06 | ipv6: route6: tabs and spaces | Christian Poessinger | |
2020-03-06 | vrf: T31: add IPv4 static routing support | Christian Poessinger | |
2020-03-06 | static: start help test with uppercase letter | Christian Poessinger | |
2020-02-09 | protocols ospfv3: T2021: remove unsupported area notation from template | agh | |