]> 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)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 20 Oct 2022 07:07:31 +0000 (07:07 +0000)
commit3ba7bf7382f70476956cb3066f4ce84674f1d300
tree42720a374a16e06707929b058ebb3add2ddceece
parent5e82185636dd92334b0595186a90ef2c6f63c3bf
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>
(cherry picked from commit e0a75e7001fdab5d59f62b03d640e64664217dd5)
pimd/pim_zlookup.c