]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_vty.c
bgpd: Disable connected check for next hop on eBGP peers
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 01:03:49 +0000 (18:03 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 01:03:49 +0000 (18:03 -0700)
commit907f92c8fcbd212a1bcb7b2b421ba9a8faa3f4af
treea1a5e8643ba17680907f3cd0686384e19a66995f
parent89eeecb89982f5b4819121a7c145d561f2f4d616
bgpd: Disable connected check for next hop on eBGP peers

In the data center, in conjunction with next hop propagation for features
such as announcing VIP routes to load balancers and such, it is desired to
disable the connected route check even on ebgp peers with TTL of 1. This
patch is used to disable the check for all peers instead of the peer by
peer check that is currently supported. Furthermore, the existing
disable-connected-check is different from how Cisco implements this feature.
So, we add this new flag to avoid reliance on the existing flag.

Signed-off-by: Dinesh G Dutt <ddutt@cumulusnetworks.com>
Reviewed-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
bgpd/bgp_route.c
bgpd/bgp_vty.c
bgpd/bgp_zebra.c
bgpd/bgpd.c
bgpd/bgpd.h