diff options
author | saravanank <saravanank@vmware.com> | 2019-05-02 04:24:14 +0200 |
---|---|---|
committer | saravanank <saravanank@vmware.com> | 2019-05-15 05:23:15 +0200 |
commit | 361b5843947b44fad4fe19065a5c39fb59b9782a (patch) | |
tree | c356e9b343bc220d01130938d7c1f5f04b6dc647 /pimd/subdir.am | |
parent | pimd: adding datastructure to accomodate to source of RP. (diff) | |
download | frr-361b5843947b44fad4fe19065a5c39fb59b9782a.tar.xz frr-361b5843947b44fad4fe19065a5c39fb59b9782a.zip |
pimd: PIM BSM Processing datastructure definition/initialization/deinit
Apart from datastructure, bsm scope initialization and deinitialiation
routines called during pim instance init and deinit. Also makefile changes.
Signed-off-by: Saravanan K <saravanank@vmware.com>
Diffstat (limited to 'pimd/subdir.am')
-rw-r--r-- | pimd/subdir.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/subdir.am b/pimd/subdir.am index 7f4810722..240b62804 100644 --- a/pimd/subdir.am +++ b/pimd/subdir.am @@ -17,6 +17,7 @@ pimd_libpim_a_SOURCES = \ pimd/pim_assert.c \ pimd/pim_bfd.c \ pimd/pim_br.c \ + pimd/pim_bsm.c \ pimd/pim_cmd.c \ pimd/pim_errors.c \ pimd/pim_hello.c \ @@ -68,6 +69,7 @@ noinst_HEADERS += \ pimd/pim_assert.h \ pimd/pim_bfd.h \ pimd/pim_br.h \ + pimd/pim_bsm.h \ pimd/pim_cmd.h \ pimd/pim_errors.h \ pimd/pim_hello.h \ |