]> git.puffer.fish Git - mirror/frr.git/commit
zebra: fix installation of ipv4 labeled unicast routes 630/head
authorRenato Westphal <renato@opensourcerouting.org>
Mon, 29 May 2017 22:48:11 +0000 (19:48 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 29 May 2017 22:59:48 +0000 (19:59 -0300)
commit6a2ef37ad0fdd24b2636666a40bf07b4df50aa5c
treef49f0bc775200e365b553db0245779a024520c8b
parent4038e8046d5ac33e44809bd3b0ae4d872d9af213
zebra: fix installation of ipv4 labeled unicast routes

Rearrange the _netlink_route_build*() functions so the labels of the
nexthops are always installed, even for IPv4 routes with IPv6 nexthops.

Fixes Labeled Unicast with BGP Unnumbered.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
zebra/rt_netlink.c