fib: fix crash while adding intf-rx routes 49/40449/2
authorVladislav Grishenko <themiron@yandex-team.ru>
Tue, 20 Feb 2024 06:58:01 +0000 (11:58 +0500)
committerNeale Ranns <neale@graphiant.com>
Mon, 4 Mar 2024 07:51:16 +0000 (07:51 +0000)
commitdea806da536b8f1b49af9a852441d5f772f14486
tree94daccd1dacd48c7851c9103399503b42491c963
parenteb5a08e91d3d7d0f9fc97aeedcbcc02b7a8b753a
fib: fix crash while adding intf-rx routes

Fix crash while adding intf-rx ip4 and ip6 routes via api due
invalid exporting of interface rx routes as attached.
Also, add missed route path via rx-ip6 cli support.

Type: fix
Signed-off-by: Vladislav Grishenko <themiron@yandex-team.ru>
Change-Id: I15711c8c0787398dd7e3baa4787019bb1f317666
src/vnet/bier/bier_update.c
src/vnet/fib/fib_types.c
src/vnet/fib/fib_types.h
src/vnet/ip/lookup.c
src/vnet/mpls/mpls.c
src/vnet/mpls/mpls_tunnel.c
test/test_ip4.py
test/test_ip6.py