mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-21 08:01:13 +00:00
![]() 1. Added interface name, group address and detail option to existing "show ip igmp groups" so that user can retrieve all the groups or a particular group for an interface. Detail option shows the source information for the group. With that, the show command looks like: "show ip igmp [vrf NAME$vrf_name] groups [INTERFACE$ifname [GROUP$grp_str]] [detail$detail] [json$json]" 2. Changed pim_cmd_lookup_vrf() to return empty JSON if VRF is not present 3. Changed "detail" option to print non pretty JSON 4. Added interface name and group address to existing "show ip igmp sources" so that user can retrieve all the sources for all the groups or, all the sorces for a particular group for an interface. With that, the show command looks like: "show ip igmp [vrf NAME$vrf_name] sourcess [INTERFACE$ifname [GROUP$grp_str]] [json$json]" Signed-off-by: Pooja Jagadeesh Doijode <pdoijode@nvidia.com> |
||
---|---|---|
.. | ||
igmp_group_all_detail.json | ||
igmp_single_if_group_all_brief.json | ||
igmp_single_if_group_all_detail.json | ||
igmp_single_if_single_group_brief.json | ||
igmp_single_if_single_group_detail.json | ||
igmp_source_single_if_group_all.json | ||
igmp_source_single_if_single_group.json | ||
multicast_pim_sm_topo3.json | ||
multicast_pim_sm_topo4.json | ||
test_multicast_pim_sm_topo3.py | ||
test_multicast_pim_sm_topo4.py |