diff options
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; -} |
