diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2018-08-15 08:46:46 +0200 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2018-08-15 13:09:16 +0000 |
commit | 6bd197ebb9fd9ae271449ad3937ae076d85c6479 (patch) | |
tree | 9502bb0813e059332a0f6e2cde2dba0855a662a5 /src/vnet/lisp-cp/lisp.api | |
parent | 182e37e33f80cc65f3cf27b69e74d855dd858a7e (diff) |
Remove client_index field from replies in API
- replies should not need to contain client_index since
it is used to identify sender of requests to VPP
Change-Id: Iece3853b3f020054ee1652b149d0cf8d9580db4e
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'src/vnet/lisp-cp/lisp.api')
-rw-r--r-- | src/vnet/lisp-cp/lisp.api | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vnet/lisp-cp/lisp.api b/src/vnet/lisp-cp/lisp.api index 0e475856944..b1bea092273 100644 --- a/src/vnet/lisp-cp/lisp.api +++ b/src/vnet/lisp-cp/lisp.api @@ -626,13 +626,11 @@ define lisp_eid_table_vni_dump }; /** \brief reply to lisp_eid_table_vni_dump - @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request @param vni - virtual network instance */ define lisp_eid_table_vni_details { - u32 client_index; u32 context; u32 vni; }; |