VPP-120: include custom types to Python representation of vpe.api

Change-Id: Ide97a8bf55d3baf41a1e86af2c67c6b7b26b657a
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
This commit is contained in:
Marek Gradzki
2016-09-29 13:20:52 +02:00
parent e85581cd07
commit 101759c0d6
4 changed files with 42 additions and 20 deletions

View File

@ -109,7 +109,7 @@ def get_definitions():
# Pass 1
func_list = []
func_name = {}
for a in cfg.vppapidef:
for a in cfg.messages:
if not is_supported(a[0]):
continue