summaryrefslogtreecommitdiffstats
path: root/vpp-api/python
AgeCommit message (Expand)AuthorFilesLines
2016-12-21Python API: Incorrect error for empty VLA list.Ole Troan2-4/+11
2016-12-20Add missing variable definitions to python VPP APIJuraj Sloboda1-0/+3
2016-12-20Declare variables as externalDamjan Marion1-0/+4
2016-12-19Python API: Add back support for old-style VLA, e.g. mask[0]Ole Troan2-50/+143
2016-12-13vpp_papi: Add help() support for python interactive modeChristophe Fontaine1-4/+13
2016-12-12Fix for PAPI async call registrationWojciech Dec1-5/+8
2016-12-06SPAN API: Fix various errors making SPAN break make tests.Ole Troan1-3/+1
2016-12-06API: Adapt make test to Python API changes.Ole Troan3-8/+52
2016-12-02Python API: Support for per message CRC and API split.Ole Troan4-245/+767
2016-12-02API: Packaging of JSON files.Ole Troan1-16/+1
2016-11-23Fix coverity warnings, VPP-486Dave Barach1-0/+3
2016-11-21Add client-side msg_name_and_crc -> msg_index tableDave Barach6-393/+98
2016-11-15Dump routes (VPP-500)Steven1-0/+2
2016-10-12VPP-362 Implement dumping of LISP adjacenciesFilip Tehlar1-0/+2
2016-10-05Python API: Add support for shared memory prefixOle Troan5-9/+16
2016-09-30VPP-120: include custom types to Python representation of vpe.apiMarek Gradzki1-1/+1
2016-09-27Fix import line for setup.pyPeter Ginchev1-2/+2
2016-09-23Python API: Preparation for RPM/DEB packaging.Ole Troan11-65/+106
2016-09-13Python API: Re-adding rudimentary variable length array pack support.Ole Troan2-17/+21
2016-09-02Add in-message cli_request/cli_reply APIOle Troan2-0/+58
2016-08-25VPP Python language binding - plugin supportOle Troan12-136/+427
2016-06-27More janitorial workDave Barach3-8/+8
2016-06-24VPP-118: add support for variable length arrays to jvppMarek Gradzki1-1/+1
2016-04-28Python API: Fix mistaken removal of '_' in field names.Ole Troan2-8/+23
2016-04-25Python-API: Python 2 support.Ole Troan2-11/+43
2016-04-25Python-API: Support for zero-length arrays from caller to VPP. (Previously on...Ole Troan1-20/+26
2016-04-20Python-API: Inital commit of Python bindings for the VPP API.Ole Troan10-0/+1053