diff options
author | Ole Troan <ot@cisco.com> | 2019-04-15 11:27:22 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-04-23 18:49:22 +0000 |
commit | 4ff09ae3483593f51faa160829fbcad4c77ed5b3 (patch) | |
tree | f2fa50765a7deaa081d26841437e9e9f24c00337 /src/plugins/igmp/igmp.api | |
parent | 59e0c8f5dc4b9c2b580c68da5595e4ed750194fe (diff) |
API: Python and Unix domain socket improvement
Handle the case where buffer overflows.
Then SOCK_SEQPACKET assumption that multiple API messages
are not returned by recv() is broken. Use SOCK_STREAM for
API exchanges instead.
Add support for running tests over sockets.
make test SOCKET=1
Change-Id: Ibe5fd69b1bf617de4c7ba6cce0a7c2b3f97a2821
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/plugins/igmp/igmp.api')
-rw-r--r-- | src/plugins/igmp/igmp.api | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/igmp/igmp.api b/src/plugins/igmp/igmp.api index db47905ae6f..b061c5e1a35 100644 --- a/src/plugins/igmp/igmp.api +++ b/src/plugins/igmp/igmp.api @@ -215,8 +215,6 @@ service { */ define igmp_event { - u32 context; - u32 sw_if_index; vl_api_filter_mode_t filter; vl_api_ip4_address_t saddr; |