From 6773171c3d619be5bb646cdc80ebfd4d7ae26376 Mon Sep 17 00:00:00 2001 From: Rastislav Szabo Date: Thu, 4 May 2017 13:12:33 +0200 Subject: re-generate core & example binary APIs Signed-off-by: Rastislav Szabo --- core/bin_api/vpe/vpe.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/bin_api/vpe/vpe.go') 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: -- cgit 1.2.3-korg