]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_cmd.c
pimd: interface commands to enable/disable bsm processing
authorsaravanank <saravanank@vmware.com>
Thu, 2 May 2019 15:04:47 +0000 (08:04 -0700)
committersaravanank <saravanank@vmware.com>
Wed, 15 May 2019 03:23:15 +0000 (20:23 -0700)
commit16c926c85dc49ae7d39b4f6b2194cb08b65daf7b
tree0ae520cbbfcde9c150f621b5b0b6de5433510eef
parent025725f70dc5a04f83e31248502582bd1cd42755
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>
pimd/pim_bsm.c
pimd/pim_bsm.h
pimd/pim_cmd.c
pimd/pim_vty.c