diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-01-18 11:37:56 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-02-16 16:40:56 +0100 |
| commit | 5a46a3dea93fe645b4ce0f992e740081cde10dfa (patch) | |
| tree | 7f0f28082588b968a412d8d09cc13ea7491c1542 /pimd/pim_vty.c | |
| parent | 809c11a9d87e0d12a5c3d3ca6906bc398a58de6c (diff) | |
pim6d: drop off IGMP code
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_vty.c')
| -rw-r--r-- | pimd/pim_vty.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c index 8130aac872..b452b024ed 100644 --- a/pimd/pim_vty.c +++ b/pimd/pim_vty.c @@ -397,6 +397,7 @@ int pim_interface_config_write(struct vty *vty) ++writes; } +#if PIM_IPV == 4 /* IF ip igmp join */ if (pim_ifp->gm_join_list) { struct listnode *node; @@ -428,6 +429,7 @@ int pim_interface_config_write(struct vty *vty) ++writes; } } +#endif /* PIM_IPV == 4 */ if (pim_ifp->activeactive) vty_out(vty, " ip pim active-active\n"); |
