summaryrefslogtreecommitdiff
path: root/cfg-version
AgeCommit message (Collapse)Author
2020-04-02bgp: T2100: migration to drop parameter disable-network-import-checkJohn Estabrook
2020-03-09T1967: 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 parameterzsdc
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-16Revert "T849: move BGP peer-group node to ipv4 address family"Christian Poessinger
This reverts commit 890c9e8984c6b4eeef7ee277c88777416e1fb340.
2019-06-16T849: move BGP peer-group node to ipv4 address familyChristian 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-18T849: move IPv4-specific BGP options to "address-family ipv4-unicast".Daniil Baturin
2010-07-14update cfg-version fileRobert Bays
2008-06-19Add module version for quagga.Stig Thormodsrud