mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-03 21:50:52 +00:00
pim6d: Removed PIM_IPV == 4 flag
PIM_IPV == 4 is removed form function pim_cmd_show_ip_multicast_helper as pim_zlookup.c is available for pimv6 aswell. Signed-off-by: Abhishek N R <abnr@vmware.com>
This commit is contained in:
parent
8cc19ddef5
commit
ce5c686bb9
@ -3007,11 +3007,7 @@ void pim_cmd_show_ip_multicast_helper(struct pim_instance *pim, struct vty *vty)
|
||||
vty_out(vty, "\n");
|
||||
|
||||
pim_zebra_zclient_update(vty);
|
||||
#if PIM_IPV == 4
|
||||
pim_zlookup_show_ip_multicast(vty);
|
||||
#else
|
||||
/* TBD */
|
||||
#endif
|
||||
|
||||
vty_out(vty, "\n");
|
||||
vty_out(vty, "Maximum highest VifIndex: %d\n", PIM_MAX_USABLE_VIFS);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user