diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2016-08-27 08:40:26 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2016-08-30 10:30:59 +0000 |
commit | c00617b13ccda0cfbd9ea248342643f728b0087f (patch) | |
tree | 1c056121bc316f6b6345dd6353152cb61441140b /vpp/vpp-api/vpe.api | |
parent | ed47b4cd4e1793ba9b3974f3026e8161d3b598a4 (diff) |
VPP-353: Fully support LISP negative mappings in API
Change-Id: I71943fb4ae2a2f71bcf1ad73512812edf96c06da
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'vpp/vpp-api/vpe.api')
-rw-r--r-- | vpp/vpp-api/vpe.api | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vpp/vpp-api/vpe.api b/vpp/vpp-api/vpe.api index 1143c436..a2a7be45 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; |