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 /nest | |
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 'nest')
-rw-r--r-- | nest/route.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h index bb0cb4a4..792f79dd 100644 --- a/nest/route.h +++ b/nest/route.h @@ -309,6 +309,8 @@ int rt_feed_channel(struct channel *c); void rt_feed_channel_abort(struct channel *c); struct rtable_config *rt_new_table(struct symbol *s, uint addr_type); +/* Default limit for ECMP next hops, defined in sysdep code */ +extern const int rt_default_ecmp; struct rt_show_data_rtable { node n; |