]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_msdp.h
pim-msdp: part-4: cli cleanup
authoranuradhak <anuradhak@cumulusnetworks.com>
Sat, 12 Nov 2016 13:39:44 +0000 (05:39 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:15 +0000 (20:26 -0500)
commit977d71cc7abc10e9ee4d496de3a4b9fb118df002
tree9979259e6d33b379e3f50af962f0b837c939e810
parent5cd11e3cd00579272fa6f30a448e8c8ac3fbe9a3
pim-msdp: part-4: cli cleanup

1. Add support for mesh-group based configuration that is easy to apply
via automation. The older per-peer configuartion is temporarily hidden
and will be cleaned up later.
Sample config -
ip msdp mesh-group cumulus source 100.1.1.4
ip msdp mesh-group cumulus member 100.1.1.5
ip msdp mesh-group cumulus member 100.1.1.6

2. Added support for detail peer and sa-cache displays. Along with
filter keys.

3. Add json output for all the msdp displays.

With this commit basic support for anycast-RP with MSDP (in numbered
network is complete). Unnumbered support will be added separately.

Ticket: CM-13306

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_cmd.c
pimd/pim_cmd.h
pimd/pim_memory.c
pimd/pim_memory.h
pimd/pim_msdp.c
pimd/pim_msdp.h
pimd/pim_vty.c