]> git.proxmox.com Git - mirror_frr.git/commit
pimd: create a new command "ip pim" configuring pim sm
authorroot <root@dev.vmware.com>
Fri, 7 Sep 2018 11:46:57 +0000 (04:46 -0700)
committerroot <root@dev.vmware.com>
Tue, 11 Sep 2018 05:22:14 +0000 (22:22 -0700)
commit2f5e937c49dec6b422e8f2ebede4bded44f70efd
tree329535ee94261ff4e0adb59390501dcec22ef121
parent7f0f6e7b75740002d2d81d7267d23ac141f2077b
pimd: create a new command "ip pim" configuring pim sm

A new command "ip pim" is created to configure pim sm on an
interface, which replaces the existing commands "ip pim sm"
and "ip pim ssm" and make "ip pim sm" and "ip pim ssm" as
hidden commands. The command "ip multicast-routing" is removed
since it is already enabled on FRR by default.

Signed-off-by: Sarita Patra saritap@vmware.com
pimd/pim_cmd.c
pimd/pim_vty.c