]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: move l3nhg functions in separate bgp_nhg.[ch] file
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 11 Dec 2023 16:23:50 +0000 (17:23 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 11 Dec 2023 20:03:33 +0000 (21:03 +0100)
commit9cb66bdceb524fbe58614caab27fd6bdbc060c29
tree219fc311a7df48ca8c7a03d9b4c0d7dead9b2d0e
parent4a2ece949e5ff82d9c3caf7273d31be9a3b3e93c
bgpd: move l3nhg functions in separate bgp_nhg.[ch] file

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>
bgpd/bgp_evpn_mh.c
bgpd/bgp_main.c
bgpd/bgp_nhg.c [new file with mode: 0644]
bgpd/bgp_nhg.h [new file with mode: 0644]
bgpd/bgp_nht.c
bgpd/bgp_nht.h
bgpd/bgpd.c
bgpd/subdir.am