]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Fix netlink installation of recursive ecmp routes
authorMark Stapp <mjs@voltanet.io>
Tue, 13 Nov 2018 15:21:16 +0000 (10:21 -0500)
committerMark Stapp <mjs@voltanet.io>
Tue, 13 Nov 2018 15:21:16 +0000 (10:21 -0500)
commit78e54ded796548d5d1c48f847de3a969f1c896d7
tree3a29f9379acc578b8cac7201cb7808008a140a45
parentcac967ca3b3b25d685d0b9eac628da1861766b4e
zebra: Fix netlink installation of recursive ecmp routes

Recursive multipath nexthops were broken by the initial async
dataplane - we were trying to install an extra, invalid
nexthop.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/rt_netlink.c