diff options
| author | Abhishek N R <abnr@vmware.com> | 2022-05-24 22:51:10 -0700 |
|---|---|---|
| committer | Abhishek N R <abnr@vmware.com> | 2022-05-24 22:51:10 -0700 |
| commit | ce5c686bb9d18f11748b9aad43964b2fc1470e3c (patch) | |
| tree | f2fb63094ac488b01d17061b23c0ebf17118c42a /pimd/pim_cmd_common.c | |
| parent | 8cc19ddef53dd71a4a8ae972847ed662a5f7b256 (diff) | |
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>
Diffstat (limited to 'pimd/pim_cmd_common.c')
| -rw-r--r-- | pimd/pim_cmd_common.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pimd/pim_cmd_common.c b/pimd/pim_cmd_common.c index d5eb763df3..9b961d6d69 100644 --- a/pimd/pim_cmd_common.c +++ b/pimd/pim_cmd_common.c @@ -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); |
