diff options
| author | sarita patra <saritap@vmware.com> | 2022-04-06 22:51:20 -0700 |
|---|---|---|
| committer | sarita patra <saritap@vmware.com> | 2022-04-06 22:51:20 -0700 |
| commit | 265dec6ab8c138a5e68beaf64cb158cf5f1b651c (patch) | |
| tree | 640688ba2b68ecc98625f2bdbea38c0b3fdb3e01 | |
| parent | ebbecd2106be2eab751a9eca64cd5ee054c5b0d2 (diff) | |
pim6d: Adjust IPV6 zclient_lookup_read_pipe
Signed-off-by: sarita patra <saritap@vmware.com>
| -rw-r--r-- | pimd/pim_zlookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
