ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API 42/29542/3
authorNeale Ranns <nranns@cisco.com>
Tue, 20 Oct 2020 07:20:17 +0000 (07:20 +0000)
committerOle Tr�an <otroan@employees.org>
Wed, 21 Oct 2020 14:22:59 +0000 (14:22 +0000)
commit990f69450781f1110056738707e3fed565262554
tree1566100be2de81611d4d2dd6a29125f11e79dff8
parentec112e5a9eb708c1ee85faf569fef6fa40178294
ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API

Type: fix

This is not an API change, it's the same values, just a different named
type.
also use VppEnum values in tests

Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I3a18b529514f3cc9467ae4e8ac3e88d067fc776b
12 files changed:
src/vnet/fib/fib_api.h
src/vnet/ip/ip.api
src/vnet/ip/ip_api.c
src/vnet/mfib/mfib_api.c
src/vnet/mfib/mfib_api.h
src/vnet/mfib/mfib_types.api
test/test_bier.py
test/test_ip4.py
test/test_ip6.py
test/test_ip_mcast.py
test/test_mpls.py
test/vpp_ip_route.py