diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2016-08-11 12:21:37 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2016-08-23 13:23:13 +0000 |
commit | 3a83460868d580adc7b51398bfd4093730cf0ed6 (patch) | |
tree | e3731d4ac99d1fb5a817c5374998e7e1fae84407 /vpp/vpp-api/vpe.api | |
parent | b1b1a14977f77d9805dd2cb11c7e8ddfc404818a (diff) |
VPP-323: Add LISP locator set index to reply API message
Change-Id: Id798f63f4cf1a8aa7a75931bc23d3c7f5d738938
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'vpp/vpp-api/vpe.api')
-rw-r--r-- | vpp/vpp-api/vpe.api | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vpp/vpp-api/vpe.api b/vpp/vpp-api/vpe.api index 0685d21e..3b3025d4 100644 --- a/vpp/vpp-api/vpe.api +++ b/vpp/vpp-api/vpe.api @@ -2362,11 +2362,13 @@ define lisp_add_del_locator_set /** \brief Reply for locator_set add/del @param context - returned sender context, to match reply w/ request @param retval - return code + @param ls_index - locator set index */ define lisp_add_del_locator_set_reply { u32 context; i32 retval; + u32 ls_index; }; /** \brief add or delete locator for locator_set |