blob: 7849d8d35525111fb4a8343288fd2a645b77d579 (
plain)
1
2
3
4
5
|
package binapi
// Generate Go code from the VPP APIs located in the /usr/share/vpp/api directory.
//go:generate binapi-generator --import-types=false af_packet interface interface_types ip memclnt vpe sr acl memif ip_types fib_types
|