Skip to content

Commit

Permalink
Add VPP 1901 and 1908 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rewenset committed Sep 5, 2019
1 parent 4c43987 commit cd1b539
Show file tree
Hide file tree
Showing 12 changed files with 610 additions and 85 deletions.
1 change: 1 addition & 0 deletions plugins/vpp/binapi/vpp1901/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ package vpp1901
//go:generate binapi-generator --input-file=/usr/share/vpp/api/vmxnet3.api.json
//go:generate binapi-generator --input-file=/usr/share/vpp/api/vpe.api.json
//go:generate binapi-generator --input-file=/usr/share/vpp/api/vxlan.api.json
//go:generate binapi-generator --input-file=/usr/share/vpp/api/vxlan_gpe.api.json
230 changes: 230 additions & 0 deletions plugins/vpp/binapi/vpp1901/vxlan_gpe/vxlan_gpe.ba.go

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

1 change: 1 addition & 0 deletions plugins/vpp/binapi/vpp1908/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ package vpp1908
//go:generate binapigen --input-file=/usr/share/vpp/api/core/tapv2.api.json
//go:generate binapigen --input-file=/usr/share/vpp/api/core/vpe.api.json
//go:generate binapigen --input-file=/usr/share/vpp/api/core/vxlan.api.json
//go:generate binapigen --input-file=/usr/share/vpp/api/core/vxlan_gpe.api.json
//go:generate binapigen --input-file=/usr/share/vpp/api/plugins/abf.api.json
//go:generate binapigen --input-file=/usr/share/vpp/api/plugins/acl.api.json
//go:generate binapigen --input-file=/usr/share/vpp/api/plugins/memif.api.json
Expand Down
Loading

0 comments on commit cd1b539

Please sign in to comment.