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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user