X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vpp%2Fvpp-api%2Fvpe.api;h=bf13efb8d490598231704b20590f459eb8a50551;hb=1b1ee4f2e550d2cf98e5e5f718ad5543389c8c37;hp=9057de9d1392a5507609c7aad7a75fc2d7887818;hpb=137c7c612641b5056bc20e64e8ef75df0c775629;p=vpp.git diff --git a/vpp/vpp-api/vpe.api b/vpp/vpp-api/vpe.api index 9057de9d139..bf13efb8d49 100644 --- a/vpp/vpp-api/vpe.api +++ b/vpp/vpp-api/vpe.api @@ -2542,10 +2542,25 @@ manual_java define lisp_local_eid_table_details { /** \brief Request for local eid table summary status @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request + @param eid_set - if non-zero request info about specific mapping + @param vni - virtual network instance; valid only if eid_set != 0 + @param prefix_length - prefix length if EID is IP address; + valid only if eid_set != 0 + @param eid_type - EID type; valid only if eid_set != 0 + Supported values: + 0: EID is IPv4 + 1: EID is IPv6 + 2: EID is ethernet address + @param eid - endpoint identifier */ define lisp_local_eid_table_dump { u32 client_index; u32 context; + u8 eid_set; + u8 prefix_length; + u32 vni; + u8 eid_type; + u8 eid[16]; }; /** \brief Shows relationship between vni and vrf