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. --- sysdep/linux/netlink.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdep/linux/netlink.c') diff --git a/sysdep/linux/netlink.c b/sysdep/linux/netlink.c index 05c1fa8c..ca5c79a4 100644 --- a/sysdep/linux/netlink.c +++ b/sysdep/linux/netlink.c @@ -80,6 +80,8 @@ struct rtvia { #define krt_ecmp6(p) ((p)->af == AF_INET6) +const int rt_default_ecmp = 16; + /* * Structure nl_parse_state keeps state of received route processing. Ideally, * we could just independently parse received Netlink messages and immediately -- cgit v1.2.3