Documentation ¶
Overview ¶
Package rd_cp is a generated VPP binary API for 'rd_cp' module.
It consists of:
6 enums 1 alias 2 messages 1 service
Index ¶
Constants ¶
View Source
const ( // ModuleName is the name of this module. ModuleName = "rd_cp" // APIVersion is the API version of this module. APIVersion = "1.0.1" // VersionCrc is the CRC of this module. VersionCrc = 0x5269dfb9 )
Variables ¶
This section is empty.
Functions ¶
func AllMessages ¶
Messages returns list of all messages in this module.
Types ¶
type IP6NdAddressAutoconfig ¶
type IP6NdAddressAutoconfig struct { SwIfIndex InterfaceIndex Enable bool InstallDefaultRoutes bool }
IP6NdAddressAutoconfig represents VPP binary API message 'ip6_nd_address_autoconfig'.
func (*IP6NdAddressAutoconfig) GetCrcString ¶
func (*IP6NdAddressAutoconfig) GetCrcString() string
func (*IP6NdAddressAutoconfig) GetMessageName ¶
func (*IP6NdAddressAutoconfig) GetMessageName() string
func (*IP6NdAddressAutoconfig) GetMessageType ¶
func (*IP6NdAddressAutoconfig) GetMessageType() api.MessageType
func (*IP6NdAddressAutoconfig) Reset ¶
func (m *IP6NdAddressAutoconfig) Reset()
type IP6NdAddressAutoconfigReply ¶
type IP6NdAddressAutoconfigReply struct {
Retval int32
}
IP6NdAddressAutoconfigReply represents VPP binary API message 'ip6_nd_address_autoconfig_reply'.
func (*IP6NdAddressAutoconfigReply) GetCrcString ¶
func (*IP6NdAddressAutoconfigReply) GetCrcString() string
func (*IP6NdAddressAutoconfigReply) GetMessageName ¶
func (*IP6NdAddressAutoconfigReply) GetMessageName() string
func (*IP6NdAddressAutoconfigReply) GetMessageType ¶
func (*IP6NdAddressAutoconfigReply) GetMessageType() api.MessageType
func (*IP6NdAddressAutoconfigReply) Reset ¶
func (m *IP6NdAddressAutoconfigReply) Reset()
type IfStatusFlags ¶
type IfStatusFlags = interface_types.IfStatusFlags
type IfType ¶
type IfType = interface_types.IfType
type InterfaceIndex ¶
type InterfaceIndex = interface_types.InterfaceIndex
type LinkDuplex ¶
type LinkDuplex = interface_types.LinkDuplex
type MtuProto ¶
type MtuProto = interface_types.MtuProto
type RPCService ¶
type RPCService interface {
IP6NdAddressAutoconfig(ctx context.Context, in *IP6NdAddressAutoconfig) (*IP6NdAddressAutoconfigReply, error)
}
RPCService represents RPC service API for rd_cp module.
func NewServiceClient ¶
func NewServiceClient(ch api.Channel) RPCService
type RxMode ¶
type RxMode = interface_types.RxMode
type SubIfFlags ¶
type SubIfFlags = interface_types.SubIfFlags
Click to show internal directories.
Click to hide internal directories.