diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-08 15:59:44 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-08 16:00:33 +0100 |
commit | 517d05dff17e881b880ee4fd28a72e827c10e8c3 (patch) | |
tree | 66b4286fe0ce69c77d39f7c5edc160dd273353a3 /proto/bgp | |
parent | eb95b5ec1a5c3bd4e57f3a134828f8de2875cb43 (diff) |
Enable ECMP and Link detection by default
ECMP is not enabled on BSD, where it is not supported by BIRD.
Diffstat (limited to 'proto/bgp')
-rw-r--r-- | proto/bgp/config.Y | 1 |
1 files changed, 1 insertions, 0 deletions
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; } ; |