blob: 46399f44ff88f509da70644a5a127a97aa3eb1de (
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 mactime af_packet interface interface_types ip memclnt vpe sr acl memif ip_types fib_types
|