X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ffib%2Ffib_types.api;h=8268870c0a7ad3aa2ac630b846d263693c325fae;hb=775f73c6b;hp=89f87c0f16f246a17ac6c3f8bba12166ef6ca644;hpb=8145842bf273823192140c57fc773bb92d9db64f;p=vpp.git diff --git a/src/vnet/fib/fib_types.api b/src/vnet/fib/fib_types.api index 89f87c0f16f..8268870c0a7 100644 --- a/src/vnet/fib/fib_types.api +++ b/src/vnet/fib/fib_types.api @@ -37,7 +37,8 @@ typeonly define fib_mpls_label @param is_source_lookup - The the path is a deaggregate path (i.e. a lookup in another table) is the lookup on the packet's source address or destination. - @param afi - the afi of the next hop, IP46_TYPE_IP4=1, IP46_TYPE_IP6=2 + @param afi - dpo_proto_t protocol that describes the next-hop address + @param via_label - The next-hop is a resolved via a local label @param next_hop[16] - the next hop address @param next_hop_id - Used when the path resolves via an object that has a unique identifier. e.g. the UDP @@ -58,6 +59,7 @@ typeonly define fib_path u8 is_resolve_attached; u8 is_dvr; u8 is_source_lookup; + u8 is_interface_rx; u8 afi; u8 next_hop[16]; u32 next_hop_id;