diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-01-21 16:47:18 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-02-16 16:40:56 +0100 |
| commit | ae449dc594e837eaf7eb36de37097d59ad586280 (patch) | |
| tree | 0275ed4a10720dea04b20111da1eac935e6f61f9 /pimd/pim_rp.c | |
| parent | 94120cb227b26043e7c353e997e8ebf85dc46674 (diff) | |
pim6d: remove `PIM_V6_TEMP_BREAK`
It's no longer necessary, pim6d now compiles without this hack.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_rp.c')
| -rw-r--r-- | pimd/pim_rp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_rp.c b/pimd/pim_rp.c index a5183c9e9b..0346a7067b 100644 --- a/pimd/pim_rp.c +++ b/pimd/pim_rp.c @@ -1366,7 +1366,7 @@ void pim_resolve_rp_nh(struct pim_instance *pim, struct pim_neighbor *nbr) if (nbr->interface != ifp1) continue; -#if PIM_IPV == 4 || !defined(PIM_V6_TEMP_BREAK) +#if PIM_IPV == 4 nh_node->gate.ipv4 = nbr->source_addr; #else nh_node->gate.ipv6 = nbr->source_addr; |
