]> git.ipfire.org Git - thirdparty/bird.git/commit
KRT: Support for IPv6 ECMP
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 14 Sep 2016 09:40:15 +0000 (11:40 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 14 Sep 2016 09:53:54 +0000 (11:53 +0200)
commit2feaa6931bfe39eba696b33b0c8aac13d313b223
tree981984295966c8e575e05fdb0bdd253ea31cbb18
parent84cac51a51fc29349077e8cecadf1aed11f9b824
KRT: Support for IPv6 ECMP

Linux represents IPv6 ECMP routes as a sequence of unipath routes with
the same prefix. We have to translate between our representation (one
route with multipath next hop) and the Linux representation in both
directions.

Proper learning of alien IPv6 ECMP routes still not supported.

Thanks to Mikhail Sennikovskii for the original patch.
sysdep/linux/netlink.c