diff options
| author | sarita patra <saritap@vmware.com> | 2022-02-16 03:45:34 -0800 |
|---|---|---|
| committer | Sarita Patra <saritap@vmware.com> | 2022-07-07 07:53:40 -0700 |
| commit | 53bbfd535a835c5965d4a23cded25aa5d2aad535 (patch) | |
| tree | 5f4cf3ff5592e15ea8b49e19a061c127f398cfee /pimd/pim6_stubs.c | |
| parent | e309769ae7cad3eb2f8536839be804a886e815f4 (diff) | |
pim6d: bsr nht handling for IPV6
Signed-off-by: sarita patra <saritap@vmware.com>
Diffstat (limited to 'pimd/pim6_stubs.c')
| -rw-r--r-- | pimd/pim6_stubs.c | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/pimd/pim6_stubs.c b/pimd/pim6_stubs.c index 8213b9e97f..44796236ab 100644 --- a/pimd/pim6_stubs.c +++ b/pimd/pim6_stubs.c @@ -27,42 +27,3 @@ #include "pim_cmd.h" #include "pim_bsm.h" -/* - * NH lookup / NHT - */ -void pim_nht_bsr_add(struct pim_instance *pim, struct in_addr addr) -{ -} - -void pim_nht_bsr_del(struct pim_instance *pim, struct in_addr addr) -{ -} - -bool pim_bsm_new_nbr_fwd(struct pim_neighbor *neigh, struct interface *ifp) -{ - return false; -} - -void pim_bsm_proc_free(struct pim_instance *pim) -{ -} - -void pim_bsm_proc_init(struct pim_instance *pim) -{ -} - -struct bsgrp_node *pim_bsm_get_bsgrp_node(struct bsm_scope *scope, - struct prefix *grp) -{ - return NULL; -} - -void pim_bsm_write_config(struct vty *vty, struct interface *ifp) -{ -} - -int pim_bsm_process(struct interface *ifp, pim_sgaddr *sg, uint8_t *buf, - uint32_t buf_size, bool no_fwd) -{ - return 0; -} |
