Documentation ¶
Overview ¶
Package vxlan_gpe_ioam_export is a generated VPP binary API for 'vxlan_gpe_ioam_export' module.
It consists of:
2 messages 1 service
Index ¶
Constants ¶
View Source
const ( // ModuleName is the name of this module. ModuleName = "vxlan_gpe_ioam_export" // APIVersion is the API version of this module. APIVersion = "1.0.0" // VersionCrc is the CRC of this module. VersionCrc = 0x22132a2c )
Variables ¶
This section is empty.
Functions ¶
func AllMessages ¶
Messages returns list of all messages in this module.
Types ¶
type RPCService ¶
type RPCService interface {
VxlanGpeIoamExportEnableDisable(ctx context.Context, in *VxlanGpeIoamExportEnableDisable) (*VxlanGpeIoamExportEnableDisableReply, error)
}
RPCService represents RPC service API for vxlan_gpe_ioam_export module.
func NewServiceClient ¶
func NewServiceClient(ch api.Channel) RPCService
type VxlanGpeIoamExportEnableDisable ¶
type VxlanGpeIoamExportEnableDisable struct { IsDisable uint8 CollectorAddress []byte `struc:"[4]byte"` SrcAddress []byte `struc:"[4]byte"` }
VxlanGpeIoamExportEnableDisable represents VPP binary API message 'vxlan_gpe_ioam_export_enable_disable'.
func (*VxlanGpeIoamExportEnableDisable) GetCrcString ¶
func (*VxlanGpeIoamExportEnableDisable) GetCrcString() string
func (*VxlanGpeIoamExportEnableDisable) GetMessageName ¶
func (*VxlanGpeIoamExportEnableDisable) GetMessageName() string
func (*VxlanGpeIoamExportEnableDisable) GetMessageType ¶
func (*VxlanGpeIoamExportEnableDisable) GetMessageType() api.MessageType
func (*VxlanGpeIoamExportEnableDisable) Reset ¶
func (m *VxlanGpeIoamExportEnableDisable) Reset()
type VxlanGpeIoamExportEnableDisableReply ¶
type VxlanGpeIoamExportEnableDisableReply struct {
Retval int32
}
VxlanGpeIoamExportEnableDisableReply represents VPP binary API message 'vxlan_gpe_ioam_export_enable_disable_reply'.
func (*VxlanGpeIoamExportEnableDisableReply) GetCrcString ¶
func (*VxlanGpeIoamExportEnableDisableReply) GetCrcString() string
func (*VxlanGpeIoamExportEnableDisableReply) GetMessageName ¶
func (*VxlanGpeIoamExportEnableDisableReply) GetMessageName() string
func (*VxlanGpeIoamExportEnableDisableReply) GetMessageType ¶
func (*VxlanGpeIoamExportEnableDisableReply) GetMessageType() api.MessageType
func (*VxlanGpeIoamExportEnableDisableReply) Reset ¶
func (m *VxlanGpeIoamExportEnableDisableReply) Reset()
Click to show internal directories.
Click to hide internal directories.