]> git.ipfire.org Git - thirdparty/bird.git/commit
Netlink: Fix parsing of MPLS multipath routes
authorKazuki Yamaguchi <k@rhe.jp>
Wed, 3 Jun 2020 13:18:02 +0000 (15:18 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 3 Jun 2020 13:18:02 +0000 (15:18 +0200)
commitf1b5f179dbd8aaef5eca4936b557e753e377d818
tree88af24f89bda57573bb8b28e614b8a52882b0c32
parent19f8f173202d6f5cbf97ca2a9f66fcea6b9bb44f
Netlink: Fix parsing of MPLS multipath routes

Add support for RTA_MULTIPATH attribute parsing for AF_MPLS routes.

BIRD is capable of installing a multipath route into kernel on Linux,
but it would not be seen because parsing fails. This made BIRD attempt
to install the same route repeatedly.

(The patch minorly updated by committer)
sysdep/linux/netlink.c