From 517d05dff17e881b880ee4fd28a72e827c10e8c3 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Fri, 8 Dec 2017 15:59:44 +0100 Subject: Enable ECMP and Link detection by default ECMP is not enabled on BSD, where it is not supported by BIRD. --- proto/bgp/config.Y | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/bgp') diff --git a/proto/bgp/config.Y b/proto/bgp/config.Y index 941ae5b6..0bd4c554 100644 --- a/proto/bgp/config.Y +++ b/proto/bgp/config.Y @@ -58,6 +58,7 @@ bgp_proto_start: proto_start BGP { BGP_CFG->gr_mode = BGP_GR_AWARE; BGP_CFG->gr_time = 120; BGP_CFG->setkey = 1; + BGP_CFG->check_link = 1; } ; -- cgit v1.2.3