summaryrefslogtreecommitdiffstats
path: root/bgpd/subdir.am
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2023-12-11 17:23:50 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2023-12-11 21:03:33 +0100
commit9cb66bdceb524fbe58614caab27fd6bdbc060c29 (patch)
tree219fc311a7df48ca8c7a03d9b4c0d7dead9b2d0e /bgpd/subdir.am
parentMerge pull request #14964 from pguibert6WIND/nhg_del_in_queue (diff)
downloadfrr-9cb66bdceb524fbe58614caab27fd6bdbc060c29.tar.xz
frr-9cb66bdceb524fbe58614caab27fd6bdbc060c29.zip
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>
Diffstat (limited to 'bgpd/subdir.am')
-rw-r--r--bgpd/subdir.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/subdir.am b/bgpd/subdir.am
index 7de6e7a9f..6d6fad007 100644
--- a/bgpd/subdir.am
+++ b/bgpd/subdir.am
@@ -77,6 +77,7 @@ bgpd_libbgp_a_SOURCES = \
bgpd/bgp_zebra.c \
bgpd/bgpd.c \
bgpd/bgp_trace.c \
+ bgpd/bgp_nhg.c \
# end
if ENABLE_BGP_VNC
@@ -160,6 +161,7 @@ noinst_HEADERS += \
bgpd/bgp_zebra.h \
bgpd/bgpd.h \
bgpd/bgp_trace.h \
+ bgpd/bgp_nhg.h \
\
bgpd/rfapi/bgp_rfapi_cfg.h \
bgpd/rfapi/rfapi_import.h \