Skip to content

Commit

Permalink
Regenerate binapi for VPP 19.04
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
  • Loading branch information
ondrej-fabry committed Jun 19, 2019
1 parent a8e7898 commit 3a826b4
Show file tree
Hide file tree
Showing 37 changed files with 1,528 additions and 1,184 deletions.
4 changes: 2 additions & 2 deletions plugins/govppmux/vppcalls/vpp1904/vpe_vppcalls.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (

func init() {
var msgs []govppapi.Message
msgs = append(msgs, vpe.Messages...)
msgs = append(msgs, memclnt.Messages...)
msgs = append(msgs, vpe.AllMessages()...)
msgs = append(msgs, memclnt.AllMessages()...)

vppcalls.Versions["vpp1904"] = vppcalls.HandlerVersion{
Msgs: msgs,
Expand Down
4 changes: 2 additions & 2 deletions plugins/telemetry/vppcalls/vpp1904/telemetry_vppcalls.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import (

func init() {
var msgs []govppapi.Message
msgs = append(msgs, memclnt.Messages...)
msgs = append(msgs, vpe.Messages...)
msgs = append(msgs, memclnt.AllMessages()...)
msgs = append(msgs, vpe.AllMessages()...)

vppcalls.Versions["19.04"] = vppcalls.HandlerVersion{
Msgs: msgs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

func init() {
var msgs []govppapi.Message
msgs = append(msgs, abf.Messages...)
msgs = append(msgs, abf.AllMessages()...)

vppcalls.Versions["vpp1904"] = vppcalls.HandlerVersion{
Msgs: msgs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

func init() {
var msgs []govppapi.Message
msgs = append(msgs, acl.Messages...)
msgs = append(msgs, acl.AllMessages()...)

vppcalls.Versions["vpp1904"] = vppcalls.HandlerVersion{
Msgs: msgs,
Expand Down
63 changes: 38 additions & 25 deletions plugins/vpp/binapi/vpp1904/abf/abf.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 64 additions & 64 deletions plugins/vpp/binapi/vpp1904/acl/acl.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 36 additions & 22 deletions plugins/vpp/binapi/vpp1904/af_packet/af_packet.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a826b4

Please sign in to comment.