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:
@@ -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
|
||||
|
Reference in New Issue
Block a user