summaryrefslogtreecommitdiff
path: root/bgpd/bgp_nhg.c
AgeCommit message (Collapse)Author
2023-12-11bgpd: move l3nhg functions in separate bgp_nhg.[ch] filePhilippe Guibert
This rework separates l3nhg functionality from the nexthop tracking code, by introducing two bgp_nhg.[ch] files. The calling functions are renamed from bgp_l3nhg* to bgp_nhg*. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>