Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-08 | bgp: T3391: migrate old IPv4 only maximum-paths config to new syntax | Christian Poessinger | |
2021-02-15 | bgp: T3311: remove remote-as from address-family | Christian Poessinger | |
When moving from Quagga to FRR the BGP address-family was extended by an invalid peer-group statement. FRR always moved a configured peer-group from the AFI level down to the neighbor level. With the migration to FRR reload we must take care about this by ourselves. | |||
2021-02-14 | bgp: T2844: add IPv4 disable-send-community support | Christian Poessinger | |
2021-02-05 | route: static: T2450: provide full protocol support in XML and Python with ↵ | Christian Poessinger | |
new CLI | |||
2021-01-30 | bgp: T3037: add migration script | Christian Poessinger | |
(cherry picked from commit 32822d5e1831dff5cd904c0cb5886f7d737afab6) | |||
2020-04-02 | bgp: T2100: migration to drop parameter disable-network-import-check | John Estabrook | |
2020-03-09 | T1967: add a migration script for the enforce-first-as option. | Daniil Baturin | |
2019-10-17 | bgp: T1490: fix migrator file permissions | Christian Poessinger | |
2019-10-08 | [BGP] T1490: Added migration for obsoleted 'bgp scan-time' parameter | zsdc | |
2019-06-16 | Revert "T849: move BGP peer-group node to ipv4 address family" | Christian Poessinger | |
This reverts commit 685b1e0d050c7883303733d710327161fe046b60. | |||
2019-06-16 | T849: move BGP peer-group node to ipv4 address family | Christian Poessinger | |
To have a consitent IPv4/IPv6 CLI a lot of BGP neighbor nodes have been migrated. The IPv4 peer-group has been forgotten, leaving a non consistent CLI. Previously: ----------- neighbor 2001:DB8:FFFF::1 { address-family { ipv6-unicast { peer-group iBGP } } peer-group iBGP } Now: ---- neighbor 2001:DB8:FFFF::1 { address-family { ipv6-unicast { peer-group iBGP } } address-family { ipv4-unicast { peer-group iBGP } } } | |||
2018-12-31 | T1112: migrate BGP redistribute metric and route-map options too. | Daniil Baturin | |
2018-12-31 | T1112: migrate BGP redistribute options (patch by Merijn). | Daniil Baturin | |
2018-09-19 | T849: fix quagga 2-to-3 migration script permissions. | Daniil Baturin | |
2018-09-19 | T849: remove stray debug prints. | Daniil Baturin | |
2018-09-18 | T849: add a migration script for the new IPv4 BGP syntax. | Daniil Baturin | |