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_nb_config.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_nb_config.c')
| -rw-r--r-- | pimd/pim_nb_config.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_nb_config.c b/pimd/pim_nb_config.c index 72dd28e69a..8c0a551848 100644 --- a/pimd/pim_nb_config.c +++ b/pimd/pim_nb_config.c @@ -2031,7 +2031,7 @@ int lib_interface_pim_address_family_use_source_modify(  		break;  	case NB_EV_APPLY:  		ifp = nb_running_get_entry(args->dnode, NULL, true); -#if PIM_IPV == 4 || !defined(PIM_V6_TEMP_BREAK) +#if PIM_IPV == 4  		yang_dnode_get_ipv4(&source_addr, args->dnode, NULL);  #else  		yang_dnode_get_ipv6(&source_addr, args->dnode, NULL);  | 
