]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Fix v4-over-v6 nexthop handling
authorSarita Patra <saritap@vmware.com>
Mon, 17 Oct 2022 21:13:33 +0000 (14:13 -0700)
committerSarita Patra <saritap@vmware.com>
Mon, 17 Oct 2022 21:13:33 +0000 (14:13 -0700)
commite0a75e7001fdab5d59f62b03d640e64664217dd5
treeb74c1f7e14ada0e56f2af63fd746990c24a7eba4
parenta654221c7083dd27741b48f3167ca49c3c51048c
pimd: Fix v4-over-v6 nexthop handling

In the current code, if_lookup_by_index()
is called for un-initialized ifindex value.

This issue is introduced after 11098 PR.

Signed-off-by: Sarita Patra <saritap@vmware.com>
pimd/pim_zlookup.c