summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2019-06-22bfd: T1183: add BGP neighbor BFD supportChristian Poessinger
set protocols bgp <X> neighbor <Y> bfd set protocols bgp <X> peer-group <Y> bfd
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 } } }
2019-05-29T1390: Add Support for ipv6 unnumbered Interface with extended-nexthopRuben Herold
2019-05-29T1390: Add support for remote-as external and internalRuben Herold
2019-05-29T1390: Add Support for bgp bestpath as-path multipath-relaxRuben Herold
2019-05-29T1390: Add extended nexthop supportRuben Herold
2019-05-17[frr-bgp] T1377 - BGP Weight Not properly applyinghagbard
2018-12-16T865: prototype RPKI implementation.Daniil Baturin
2018-11-25T1034: fix the ipv4-unicast redistribute ospf command.Daniil Baturin
Turns our the code is sensitive to extra spaces.
2018-11-25T981: disallow decimal area notation in OSPFv3 since neither FRR no Quagga ↵Daniil Baturin
support it.
2018-11-18T799: remove a workaround for FRR#3215, it's not possible to delete a ↵Daniil Baturin
community-list at once The problem still exists for extcommunity-lists.
2018-11-18T941: add "interface" option to enable using IPv6 link-local peer addresses.Daniil Baturin
2018-11-11T964: update commands for community lists.Daniil Baturin
2018-11-11T968: correct the hash for the IPv4 prefix-list commands.Daniil Baturin
2018-11-09T982: move IPv4-specific soft-reconfiguration option to "address-family ↵Daniil Baturin
ipv4-unicast" and fix the vtysh commands.
2018-11-05T924: fix the peer-group route-map import command.Daniil Baturin
2018-10-28T944: ensure correct ordering of BGP option deletion to prevent route leaks.Daniil Baturin
2018-10-21T64: fix and revamp the broken extcommunity-list commands.Daniil Baturin
2018-10-21T799: workaround for FRR being unable to delete entire community lists.Daniil Baturin
2018-09-18T849: move IPv4-specific BGP options to "address-family ipv4-unicast".Daniil Baturin
2017-10-13T87: make non-assigned update-source address a warning rather than an error.Daniil Baturin
Making it an error prevents configuration from loading, which has adverse interaction with non-permanent interfaces such as certain VPN tunnels that may not immediately go up. A dead BGP session is lesser of two evils compared to incomplete configuration.
2017-09-22Expose as-override option in bgpd in vyosLogan Attwood
2016-05-12Fix.Mihail Vasilev
2016-05-10Initial commit on T64. (Bgp extcommunity list)Mihail Vasilev
2016-02-09Use dhcp instead of dhcp3.Kim Hagen
2015-11-09dhcp bound/reboot must ignore old valuesCarl Byington
Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
2015-11-09allow dhcp-interface for the next-hop on static routesCarl Byington
Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
2015-05-03remove old routes when dhcp gateway changes, avoid routing thru 127.0.0.1Carl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-05-03allow dhcp-interface for the next-hop on static routesCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-05-03allow dhcp-interface for the next-hop on static routesCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-05-03allow dhcp-interface for the next-hop on static routesCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-05-03allow dhcp-interface for the next-hop on static routesCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-05-03allow dhcp-interface for the next-hop on static routesCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-05-03allow dhcp-interface for the next-hop on static routesCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-03-24Bug #528: use corrent command for removing IPv6 address-family from a neighbor.Daniil Baturin
2013-11-04Bug #58: Fix quagga command syntax so IPv4 peer-groups work againDaniil Baturin
2013-06-10updated fix for bug 8968Robert Bays
2013-06-09fix bug 8968Robert Bays
2013-06-09make quagga link-detect command conditional on zebraRobert Bays
2012-12-14Initial commit for supporting ACL config for multicast for SE version.Gaurav Sinha
2012-12-13Bugfix 8501: fix ordering problems in IPv6 peer-groupsJohn Southworth
2012-11-24Bugfix 7428: Update warning message text.James Davidson
2012-09-12Config commands for bGP multipaths.susheela
2012-05-16Warn user if both gateway-address and static default route are setJames Davidson
Fixes bug 7428.
2011-12-19Bug 7665: BGP ridiculous load timeRobert Bays
vyatta-bgp.pl: checkOverwritePeerGroupParameters() pass in qconfig array rather than regenerate each time
2011-09-29bgp: Bug 7205 - peer-group maximum-prefix incorrectly takes precedenceRobert Bays
2011-09-29bgp: Bug 6033 - There is no auto completion for "bgp <> neighbor <> peer-group"Robert Bays
2011-09-29bgpd: Bug 7530 - Peer-group commit fails with error when no remote-as is definedRobert Bays
2011-09-27Bug 7522 -Robert Bays
bgp: allow default-originate if default ipv4 disable