igmp: make sure fib_index is set before delivering to ip4-local 32/35232/2
authorBenoît Ganne <bganne@cisco.com>
Mon, 7 Feb 2022 17:07:39 +0000 (18:07 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 7 Feb 2022 18:10:05 +0000 (18:10 +0000)
commit688d276340b17f4449b9afe3838291fb8efa5f42
tree9f2214d3cc3b73e94c265faa65790b7595a56266
parentfa5aabbf0b26e4d3073e34b36e1dbb51db7df975
igmp: make sure fib_index is set before delivering to ip4-local

IGMP packets with Router Alert option are delivered to ip4-local
without going through ip4-lookup. Make sure fib_index is initialized
properly.

Type: fix

Change-Id: Iab090a33c4c759b6d7f68c28a0b3f4da7a9de864
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/vnet/ip/ip4_options.c