]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
zebra: Move selected_fib assignment
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 24 Jan 2018 14:16:39 +0000 (09:16 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 24 Jan 2018 22:51:09 +0000 (17:51 -0500)
commited216282b6ce3da844e254506d390807fcc0ad36
tree0201b98c855b34f8a6136ed8a2515176b9def560
parent7d974ba3b72ce8c4e46201a3c8b60e1680406883
zebra: Move selected_fib assignment

The dest->selected_fib assignment needs to happen
after the install and should be controlled by
the southbound api return of success or failure.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_rib.c