From 265dec6ab8c138a5e68beaf64cb158cf5f1b651c Mon Sep 17 00:00:00 2001 From: sarita patra Date: Wed, 6 Apr 2022 22:51:20 -0700 Subject: [PATCH] pim6d: Adjust IPV6 zclient_lookup_read_pipe Signed-off-by: sarita patra --- pimd/pim_zlookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimd/pim_zlookup.c b/pimd/pim_zlookup.c index 535d93016e..0cd82a55f1 100644 --- a/pimd/pim_zlookup.c +++ b/pimd/pim_zlookup.c @@ -365,7 +365,7 @@ void zclient_lookup_read_pipe(struct thread *thread) struct zclient *zlookup = THREAD_ARG(thread); struct pim_instance *pim = pim_get_pim_instance(VRF_DEFAULT); struct pim_zlookup_nexthop nexthop_tab[10]; - struct in_addr l = {.s_addr = INADDR_ANY}; + pim_addr l = PIMADDR_ANY; if (!pim) { if (PIM_DEBUG_PIM_NHT_DETAIL)