]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_nhg.c
zebra: Move nexthop_active_XXX functions to zebra_nhg.c
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 13 May 2019 19:46:05 +0000 (12:46 -0700)
committerStephen Worley <sworley@cumulusnetworks.com>
Tue, 28 May 2019 21:41:38 +0000 (17:41 -0400)
commitad28e79ac998ae5372b1ac4504ff946cbf6926a0
tree29ab63a0783665a12349ae7a01cf7f665d70bc0e
parent528628cb2ea4f5a522bf1f6d5b702bb188c4e30e
zebra: Move nexthop_active_XXX functions to zebra_nhg.c

Since these functions are not really rib processing problems
let's move them to zebra_nhg.c which is meant for processing of
nexthop groups.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/subdir.am
zebra/zebra_nhg.c [new file with mode: 0644]
zebra/zebra_nhg.h [new file with mode: 0644]
zebra/zebra_rib.c