re-generate core & example binary APIs
authorRastislav Szabo <raszabo@cisco.com>
Thu, 4 May 2017 11:12:33 +0000 (13:12 +0200)
committerRastislav Szabo <raszabo@cisco.com>
Thu, 4 May 2017 11:12:33 +0000 (13:12 +0200)
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Makefile
core/bin_api/vpe/vpe.go
examples/bin_api/acl/acl.go
examples/bin_api/af_packet/af_packet.go
examples/bin_api/interfaces/interfaces.go
examples/bin_api/ip/ip.go
examples/bin_api/memif/memif.go
examples/bin_api/tap/tap.go
examples/bin_api/uflow/uflow.go

index 8d3a4ec..10e1b12 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,4 +12,8 @@ install:
 clean:
        @rm binapi_generator/binapi_generator
 
-.PHONY: build test install clean
+generate:
+       @cd core && go generate ./...
+       @cd examples && go generate ./...
+
+.PHONY: build test install clean generate
index 8ebfae0..b0a775f 100644 (file)
@@ -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:
index 34300fc..990b579 100644 (file)
@@ -1,5 +1,5 @@
 // Package acl represents the VPP binary API of the 'acl' VPP module.
-// DO NOT EDIT. Generated from 'bin_api/acl.api.json' on Fri, 21 Apr 2017 17:10:06 CEST.
+// DO NOT EDIT. Generated from 'bin_api/acl.api.json' on Thu, 04 May 2017 13:11:57 CEST.
 package acl
 
 import "gerrit.fd.io/r/govpp.git/api"
index a00b060..0062054 100644 (file)
@@ -1,5 +1,5 @@
 // Package af_packet represents the VPP binary API of the 'af_packet' VPP module.
-// DO NOT EDIT. Generated from 'bin_api/af_packet.api.json' on Fri, 21 Apr 2017 17:10:06 CEST.
+// DO NOT EDIT. Generated from 'bin_api/af_packet.api.json' on Thu, 04 May 2017 13:11:57 CEST.
 package af_packet
 
 import "gerrit.fd.io/r/govpp.git/api"
index e452ceb..f3c8fab 100644 (file)
@@ -1,5 +1,5 @@
 // Package interfaces represents the VPP binary API of the 'interfaces' VPP module.
-// DO NOT EDIT. Generated from 'bin_api/interface.api.json' on Fri, 21 Apr 2017 17:10:06 CEST.
+// DO NOT EDIT. Generated from 'bin_api/interface.api.json' on Thu, 04 May 2017 13:11:57 CEST.
 package interfaces
 
 import "gerrit.fd.io/r/govpp.git/api"
index 4d0d27a..6991d4e 100644 (file)
@@ -1,5 +1,5 @@
 // Package ip represents the VPP binary API of the 'ip' VPP module.
-// DO NOT EDIT. Generated from 'bin_api/ip.api.json' on Fri, 21 Apr 2017 17:10:06 CEST.
+// DO NOT EDIT. Generated from 'bin_api/ip.api.json' on Thu, 04 May 2017 13:11:57 CEST.
 package ip
 
 import "gerrit.fd.io/r/govpp.git/api"
@@ -882,6 +882,7 @@ func NewIPAddressDump() api.Message {
 //
 type IPDetails struct {
        SwIfIndex uint32
+       Context   uint32
        IsIpv6    uint8
 }
 
index 703e852..a64529a 100644 (file)
@@ -1,5 +1,5 @@
 // Package memif represents the VPP binary API of the 'memif' VPP module.
-// DO NOT EDIT. Generated from 'bin_api/memif.api.json' on Fri, 21 Apr 2017 17:10:06 CEST.
+// DO NOT EDIT. Generated from 'bin_api/memif.api.json' on Thu, 04 May 2017 13:11:57 CEST.
 package memif
 
 import "gerrit.fd.io/r/govpp.git/api"
index 778db91..6df73c3 100644 (file)
@@ -1,5 +1,5 @@
 // Package tap represents the VPP binary API of the 'tap' VPP module.
-// DO NOT EDIT. Generated from 'bin_api/tap.api.json' on Fri, 21 Apr 2017 17:10:06 CEST.
+// DO NOT EDIT. Generated from 'bin_api/tap.api.json' on Thu, 04 May 2017 13:11:57 CEST.
 package tap
 
 import "gerrit.fd.io/r/govpp.git/api"
index 7e5f50e..b02ee12 100644 (file)
@@ -1,5 +1,5 @@
 // Package uflow represents the VPP binary API of the 'uflow' VPP module.
-// DO NOT EDIT. Generated from 'bin_api/uflow.api.json' on Fri, 21 Apr 2017 17:10:06 CEST.
+// DO NOT EDIT. Generated from 'bin_api/uflow.api.json' on Thu, 04 May 2017 13:11:57 CEST.
 package uflow
 
 import "gerrit.fd.io/r/govpp.git/api"