1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Enable ECMP and Link detection by default

ECMP is not enabled on BSD, where it is not supported by BIRD.
This commit is contained in:
Ondrej Zajicek (work)
2017-12-08 15:59:44 +01:00
parent eb95b5ec1a
commit 517d05dff1
6 changed files with 11 additions and 2 deletions

View File

@@ -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