diff options
author | Mobashshera Rasool <mrasool@vmware.com> | 2022-02-28 20:12:03 +0100 |
---|---|---|
committer | Mobashshera Rasool <mrasool@vmware.com> | 2022-03-08 09:57:51 +0100 |
commit | 4fc1f59ea748d57f4e1a32d974aaad1a3b6bdd0b (patch) | |
tree | 73b2191db5d4c48f4f1f7804ff74d91d777a78fc /pimd/subdir.am | |
parent | pim6d: Add northbound changes for static rp (diff) | |
download | frr-4fc1f59ea748d57f4e1a32d974aaad1a3b6bdd0b.tar.xz frr-4fc1f59ea748d57f4e1a32d974aaad1a3b6bdd0b.zip |
pim6d: Stub BSM related APIs for compilation
Have stubbed few of the BSM related APIs to keep
PIMv6 compiling.
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
Diffstat (limited to 'pimd/subdir.am')
-rw-r--r-- | pimd/subdir.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/subdir.am b/pimd/subdir.am index 0fe40912b..0fb5de7e0 100644 --- a/pimd/subdir.am +++ b/pimd/subdir.am @@ -21,7 +21,6 @@ pim_common = \ pimd/pim_assert.c \ pimd/pim_bfd.c \ pimd/pim_br.c \ - pimd/pim_bsm.c \ pimd/pim_cmd_common.c \ pimd/pim_errors.c \ pimd/pim_hello.c \ @@ -59,6 +58,7 @@ pim_common = \ pimd_pimd_SOURCES = \ $(pim_common) \ + pimd/pim_bsm.c \ pimd/pim_cmd.c \ pimd/pim_igmp.c \ pimd/pim_igmp_mtrace.c \ |