Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-29 | ospf: T3267: move "interface ip ospf" settings to "protocols ospf interface" | Christian Poessinger | |
2020-04-02 | bgp: T2100: migration to drop parameter disable-network-import-check | John Estabrook | |
2020-03-09 | T1967: increase the config syntax version to 5 in equuleus so that crux can ↵ | Daniil Baturin | |
have it at 4 and employ the migration script for enforce-first-as. | |||
2019-10-08 | [BGP] T1490: Deleted bgp scan-time parameter | zsdc | |
Deleted obsoleted BGP scan-time parameter, as it never existed in FRRouting as unneeded - there is used more modern next-hop tracking instead. | |||
2019-06-16 | Revert "T849: move BGP peer-group node to ipv4 address family" | Christian Poessinger | |
This reverts commit 890c9e8984c6b4eeef7ee277c88777416e1fb340. | |||
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-09-18 | T849: move IPv4-specific BGP options to "address-family ipv4-unicast". | Daniil Baturin | |
2010-07-14 | update cfg-version file | Robert Bays | |
2008-06-19 | Add module version for quagga. | Stig Thormodsrud | |