]> git.ipfire.org Git - thirdparty/bird.git/commit
KRT: Fix IPv6 ECMP handling with Linux 4.11+
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 4 Sep 2017 22:02:20 +0000 (00:02 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 4 Sep 2017 22:02:20 +0000 (00:02 +0200)
commit98bb80a243b58c43453e9be69d19d0350286549c
treec5f25d3102c35a7f0be5fadd71003235f04e17c5
parent9befc7cc4f26889077ace537019de92903139133
KRT: Fix IPv6 ECMP handling with Linux 4.11+

Starting from Linux 4.11, IPv6 ECMP routes are now notified using
RTA_MULTIPATH, like IPv4 ones. The patch adds support for RTA_MULTIPATH
parsing for IPv6 routes. This also enables to parse ECMP alien routes
correctly.

Thanks to Vincent Bernat for the original patch.
sysdep/linux/netlink.c