diff options
author | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 13:12:33 +0200 |
---|---|---|
committer | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 13:12:33 +0200 |
commit | 6773171c3d619be5bb646cdc80ebfd4d7ae26376 (patch) | |
tree | 0d2eaf46ebff7c0e4140d98d3292ef11aa0e6c6c /core/bin_api | |
parent | a0a94bddaf7b1ecf6c0c6f509315efd7b7dc0a48 (diff) |
re-generate core & example binary APIs
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'core/bin_api')
-rw-r--r-- | core/bin_api/vpe/vpe.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/bin_api/vpe/vpe.go b/core/bin_api/vpe/vpe.go index 8ebfae0..b0a775f 100644 --- a/core/bin_api/vpe/vpe.go +++ b/core/bin_api/vpe/vpe.go @@ -1,11 +1,11 @@ // Package vpe represents the VPP binary API of the 'vpe' VPP module. -// DO NOT EDIT. Generated from '/usr/share/vpp/api/vpe.api.json' on Thu, 27 Apr 2017 11:34:11 CEST. +// DO NOT EDIT. Generated from '/usr/share/vpp/api/vpe.api.json' on Thu, 04 May 2017 13:11:57 CEST. package vpe import "gerrit.fd.io/r/govpp.git/api" // VlApiVersion contains version of the API. -const VlAPIVersion = 0xd3bcc288 +const VlAPIVersion = 0x0a33c8f7 // IP4FibCounter represents the VPP binary API data type 'ip4_fib_counter'. // Generated from '/usr/share/vpp/api/vpe.api.json', line 3: |