X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vpp%2Fvpp-api%2Fvpe.api;h=a2a7be4542ef59f5b38ec02f3750da374e5cae36;hb=c00617b13ccda0cfbd9ea248342643f728b0087f;hp=1143c436d81454fa69fd86272597a7fe0f5484bb;hpb=ed47b4cd4e1793ba9b3974f3026e8161d3b598a4;p=vpp.git diff --git a/vpp/vpp-api/vpe.api b/vpp/vpp-api/vpe.api index 1143c436d81..a2a7be4542e 100644 --- a/vpp/vpp-api/vpe.api +++ b/vpp/vpp-api/vpe.api @@ -2803,7 +2803,9 @@ define lisp_locator_set_dump /** \brief Dump lisp eid-table @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request - @param locator_set_index - index of locator_set + @param locator_set_index - index of locator_set, if ~0 then the mapping + is negative + @param action - negative map request action @param is_local - local if non-zero, else remote @param eid_type: 0 : ipv4 @@ -2820,6 +2822,7 @@ define lisp_eid_table_details { u32 context; u32 locator_set_index; + u8 action; u8 is_local; u8 eid_type; u32 vni;