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/ip/ip.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/ip/ip.api')
-rw-r--r-- | src/vnet/ip/ip.api | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vnet/ip/ip.api b/src/vnet/ip/ip.api index 923249b8365..5f664f33cf6 100644 --- a/src/vnet/ip/ip.api +++ b/src/vnet/ip/ip.api @@ -287,7 +287,6 @@ autoreply define ip6nd_proxy_add_del */ define ip6nd_proxy_details { - u32 client_index; u32 context; u32 sw_if_index; u8 address[16]; @@ -510,7 +509,6 @@ manual_endian manual_print define ip6_mfib_details define ip_address_details { - u32 client_index; u32 context; u8 ip[16]; u8 prefix_length; @@ -532,7 +530,6 @@ define ip_address_dump */ define ip_unnumbered_details { - u32 client_index; u32 context; u32 sw_if_index; u32 ip_sw_if_index; @@ -570,7 +567,6 @@ define mfib_signal_dump define mfib_signal_details { - u32 client_index; u32 context; u32 sw_if_index; u32 table_id; @@ -1014,7 +1010,6 @@ define ip_reassembly_get define ip_reassembly_get_reply { - u32 client_index; u32 context; i32 retval; u32 timeout_ms; |