api: start enum values from 0 94/36194/1
authorFilip Varga <fivarga@cisco.com>
Mon, 23 May 2022 19:18:38 +0000 (21:18 +0200)
committerFilip Varga <fivarga@cisco.com>
Tue, 24 May 2022 10:36:29 +0000 (12:36 +0200)
commit9a8d3d71071ca82c139dae5aa45cb0d4620ca9e3
tree120727a5ec32b79a607d4abdd7e595158d28e1c5
parentd8366d085fa375968c8ddafb4eea85b1b167b34c
api: start enum values from 0

C enum values by default start from 0.
All unassigned names should get value as value of previous name plus one.
The problem was that default value was 0 and adding one for the first
value would make generated api files start from 1 instead of 0.

Type: fix

Change-Id: I772d6411435648de3ec514f57025ef1acae87338
Signed-off-by: Filip Varga <fivarga@cisco.com>
src/tools/vppapigen/vppapigen.py