summaryrefslogtreecommitdiffstats
path: root/pimd/pimd.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2022-01-14 19:53:55 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2022-02-14 06:45:03 +0100
commitefd66f7bad62cbeb7c5987bf834099920a27813a (patch)
tree36fd931dafb222b0cd21b64c1042b78f35cbf679 /pimd/pimd.c
parentpim6d: IPv6-adjust jp_agg->group (diff)
downloadfrr-efd66f7bad62cbeb7c5987bf834099920a27813a.tar.xz
frr-efd66f7bad62cbeb7c5987bf834099920a27813a.zip
pim6d: IPv6-adjust assert-related addrs
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pimd.c')
-rw-r--r--pimd/pimd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pimd.c b/pimd/pimd.c
index 992bb931b..16a0c7251 100644
--- a/pimd/pimd.c
+++ b/pimd/pimd.c
@@ -103,7 +103,7 @@ void pim_router_init(void)
PIM_ASSERT_METRIC_PREFERENCE_MAX;
router->infinite_assert_metric.route_metric =
PIM_ASSERT_ROUTE_METRIC_MAX;
- router->infinite_assert_metric.ip_address.s_addr = INADDR_ANY;
+ router->infinite_assert_metric.ip_address = PIMADDR_ANY;
router->rpf_cache_refresh_delay_msec = 50;
router->register_suppress_time = PIM_REGISTER_SUPPRESSION_TIME_DEFAULT;
router->packet_process = PIM_DEFAULT_PACKET_PROCESS;