69a9b76d64
VPP-362 Implement dumping of LISP adjacencies
...
Change-Id: Ieea56f3bf9e749878d9f2b35d39d9f7a9cdabde4
Signed-off-by: Filip Tehlar <ftehlar@cisco.com >
2016-10-12 13:24:03 +00:00
101759c0d6
VPP-120: include custom types to Python representation of vpe.api
...
Change-Id: Ide97a8bf55d3baf41a1e86af2c67c6b7b26b657a
Signed-off-by: Marek Gradzki <mgradzki@cisco.com >
2016-09-30 07:36:32 +02:00
fa42e25c4e
VPP-118: add support for variable length arrays to jvpp
...
* extends VPP's message definition language with the following syntax:
u32 count:
u8 array[count];
which is traslated to:
u32 count;
u8 array[0];
but now, python API representation generated by vppapigen
contains information about where the array length is stored.
* modifies existing response messages to use the new syntax
Change-Id: I68210bc7a3a755d03d067e9b79a567f40e2d31f3
Signed-off-by: Marek Gradzki <mgradzki@cisco.com >
2016-06-24 13:23:16 +00:00
e6749e4f6b
Python API: Fix mistaken removal of '_' in field names.
...
Change-Id: I1e39970bc6ded9e6da64385b2289321ba43bebfd
Signed-off-by: Ole Troan <ot@cisco.com >
2016-04-28 11:41:21 +00:00
d06b9f9cbf
Python-API: Python 2 support.
...
Change-Id: I6bc656caf22e284233e27f9e003f11502f306c11
Signed-off-by: Ole Troan <ot@cisco.com >
2016-04-25 13:11:19 +02:00
fc6cf287c4
Python-API: Support for zero-length arrays from caller to VPP. (Previously only VPP to caller was supported.)
...
Change-Id: Id660caeb780f3b26cc091467291463980f485178
Signed-off-by: Ole Troan <ot@cisco.com >
2016-04-25 12:37:12 +02:00
6855f6cdfe
Python-API: Inital commit of Python bindings for the VPP API.
...
See: https://wiki.fd.io/view/VPP/Python_API
Change-Id: If135fc32208c7031787e1935b399d930e0e1ea1f
Signed-off-by: Ole Troan <ot@cisco.com >
2016-04-20 16:50:29 +00:00