diff options
Diffstat (limited to 'vppapigen/node.c')
-rw-r--r-- | vppapigen/node.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vppapigen/node.c b/vppapigen/node.c index e66fdce846a..420a128c00e 100644 --- a/vppapigen/node.c +++ b/vppapigen/node.c @@ -1339,6 +1339,11 @@ void generate_python (YYSTYPE a1, FILE *fp) np = np->peer; } fprintf (fp, "\n]\n"); + + /* + * API CRC signature + */ + fprintf (fp, "vl_api_version = 0x%08x\n\n", (unsigned int)input_crc); } void generate(YYSTYPE a1) |