mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 20:18:54 +00:00
bgpd: bgp northbound callbacks prototypes
This commit contains splitting of auto-generated bgp northbound callbacks into separate files. Include the files into bgp makefile. Signed-off-by: Chirag Shah <chirag@nvidia.com>
This commit is contained in:
parent
bc8c00cca1
commit
a1950c80a5
7483
bgpd/bgp_nb.c
Normal file
7483
bgpd/bgp_nb.c
Normal file
File diff suppressed because it is too large
Load Diff
3409
bgpd/bgp_nb.h
Normal file
3409
bgpd/bgp_nb.h
Normal file
File diff suppressed because it is too large
Load Diff
29985
bgpd/bgp_nb_config.c
Normal file
29985
bgpd/bgp_nb_config.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -102,6 +102,8 @@ bgpd_libbgp_a_SOURCES = \
|
||||
bgpd/bgp_vty.c \
|
||||
bgpd/bgp_zebra.c \
|
||||
bgpd/bgpd.c \
|
||||
bgpd/bgp_nb.c \
|
||||
bgpd/bgp_nb_config.c \
|
||||
# end
|
||||
|
||||
if ENABLE_BGP_VNC
|
||||
@ -175,6 +177,7 @@ noinst_HEADERS += \
|
||||
bgpd/bgp_vty.h \
|
||||
bgpd/bgp_zebra.h \
|
||||
bgpd/bgpd.h \
|
||||
bgpd/bgp_nb.h \
|
||||
\
|
||||
bgpd/rfapi/bgp_rfapi_cfg.h \
|
||||
bgpd/rfapi/rfapi_import.h \
|
||||
|
Loading…
Reference in New Issue
Block a user