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:
Chirag Shah 2020-08-11 19:14:36 -07:00
parent bc8c00cca1
commit a1950c80a5
4 changed files with 40880 additions and 0 deletions

7483
bgpd/bgp_nb.c Normal file

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff

View File

@ -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 \