summaryrefslogtreecommitdiffstats
path: root/pimd/pim_bsm.h
diff options
context:
space:
mode:
authorsaravanank <saravanank@vmware.com>2019-05-02 17:04:47 +0200
committersaravanank <saravanank@vmware.com>2019-05-15 05:23:15 +0200
commit16c926c85dc49ae7d39b4f6b2194cb08b65daf7b (patch)
tree0ae520cbbfcde9c150f621b5b0b6de5433510eef /pimd/pim_bsm.h
parentpimd: Show RP source in show ip pim rp-info command (diff)
downloadfrr-16c926c85dc49ae7d39b4f6b2194cb08b65daf7b.tar.xz
frr-16c926c85dc49ae7d39b4f6b2194cb08b65daf7b.zip
pimd: interface commands to enable/disable bsm processing
(intf)ip pim bsm - to enable bsm processing on the interface (intf)no ip pim bsm - to disable bsm processing on the interface (intf)ip pim unicast-bsm - to enable ucast bsm processing on the interface (intf)no ip pim unicast-bsm - to disable ucast bsm processing on the interface Note: bsm processing and ucast bsm processing is enabled by default on a pim interface. The CLI is implemented as a security feature as recommended by RFC 5059 Signed-off-by: Saravanan K <saravanank@vmware.com>
Diffstat (limited to 'pimd/pim_bsm.h')
-rw-r--r--pimd/pim_bsm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_bsm.h b/pimd/pim_bsm.h
index 1ab50c8b2..68e9ecdb7 100644
--- a/pimd/pim_bsm.h
+++ b/pimd/pim_bsm.h
@@ -187,5 +187,5 @@ struct bsmmsg_rpinfo {
/* API */
void pim_bsm_proc_init(struct pim_instance *pim);
void pim_bsm_proc_free(struct pim_instance *pim);
-
+void pim_bsm_write_config(struct vty *vty, struct interface *ifp);
#endif