diff options
author | Rastislav Szabo <raszabo@cisco.com> | 2017-09-25 21:58:24 +0200 |
---|---|---|
committer | Rastislav Szabo <raszabo@cisco.com> | 2017-09-25 21:58:24 +0200 |
commit | 8b66677c2382a8e739d437621de4473d5ec0b9f1 (patch) | |
tree | ac0999f92d20b2f1bc630ebcb6ffa2b5317c0baa /core/bin_api | |
parent | 70ae7c10259161994e49bae8d095dcce840dfed4 (diff) |
generator fix - add new message type
Change-Id: I5e2b312e086d18eb7fa3f349750caea20005f530
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'core/bin_api')
-rw-r--r-- | core/bin_api/vpe/vpe.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/bin_api/vpe/vpe.go b/core/bin_api/vpe/vpe.go index 51a245b..c11f466 100644 --- a/core/bin_api/vpe/vpe.go +++ b/core/bin_api/vpe/vpe.go @@ -1,5 +1,6 @@ +// Code generated by govpp binapi-generator DO NOT EDIT. // Package vpe represents the VPP binary API of the 'vpe' VPP module. -// DO NOT EDIT. Generated from 'bin_api/vpe.api.json' +// Generated from 'bin_api/vpe.api.json' package vpe import "git.fd.io/govpp.git/api" |