l3xc

package
v3.2.0-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package l3xc is a generated VPP binary API for 'l3xc' module.

It consists of:

13 enums
 6 aliases
10 types
 1 union
 8 messages
 4 services

Index

Constants

View Source
const (
	// ModuleName is the name of this module.
	ModuleName = "l3xc"
	// APIVersion is the API version of this module.
	APIVersion = "1.0.1"
	// VersionCrc is the CRC of this module.
	VersionCrc = 0x80b00c99
)

Variables

This section is empty.

Functions

func AllMessages

func AllMessages() []api.Message

Messages returns list of all messages in this module.

Types

type Address

type Address = ip_types.Address

type AddressFamily

type AddressFamily = ip_types.AddressFamily

type AddressUnion

type AddressUnion = ip_types.AddressUnion

type AddressWithPrefix

type AddressWithPrefix = ip_types.AddressWithPrefix

type FibMplsLabel

type FibMplsLabel = fib_types.FibMplsLabel

type FibPath

type FibPath = fib_types.FibPath

type FibPathFlags

type FibPathFlags = fib_types.FibPathFlags

type FibPathNh

type FibPathNh = fib_types.FibPathNh

type FibPathNhProto

type FibPathNhProto = fib_types.FibPathNhProto

type FibPathType

type FibPathType = fib_types.FibPathType

type IP4Address

type IP4Address = ip_types.IP4Address

type IP4AddressWithPrefix

type IP4AddressWithPrefix = ip_types.IP4AddressWithPrefix

type IP4Prefix

type IP4Prefix = ip_types.IP4Prefix

type IP6Address

type IP6Address = ip_types.IP6Address

type IP6AddressWithPrefix

type IP6AddressWithPrefix = ip_types.IP6AddressWithPrefix

type IP6Prefix

type IP6Prefix = ip_types.IP6Prefix

type IPDscp

type IPDscp = ip_types.IPDscp

type IPEcn

type IPEcn = ip_types.IPEcn

type IPProto

type IPProto = ip_types.IPProto

type IfStatusFlags

type IfStatusFlags = interface_types.IfStatusFlags

type IfType

type IfType = interface_types.IfType

type InterfaceIndex

type InterfaceIndex = interface_types.InterfaceIndex

type L3xc

type L3xc struct {
	SwIfIndex InterfaceIndex
	IsIP6     bool
	NPaths    uint8 `struc:"sizeof=Paths"`
	Paths     []FibPath
}

L3xc represents VPP binary API type 'l3xc'.

func (*L3xc) GetTypeName

func (*L3xc) GetTypeName() string

type L3xcDel

type L3xcDel struct {
	SwIfIndex InterfaceIndex
	IsIP6     bool
}

L3xcDel represents VPP binary API message 'l3xc_del'.

func (*L3xcDel) GetCrcString

func (*L3xcDel) GetCrcString() string

func (*L3xcDel) GetMessageName

func (*L3xcDel) GetMessageName() string

func (*L3xcDel) GetMessageType

func (*L3xcDel) GetMessageType() api.MessageType

func (*L3xcDel) Reset

func (m *L3xcDel) Reset()

type L3xcDelReply

type L3xcDelReply struct {
	Retval int32
}

L3xcDelReply represents VPP binary API message 'l3xc_del_reply'.

func (*L3xcDelReply) GetCrcString

func (*L3xcDelReply) GetCrcString() string

func (*L3xcDelReply) GetMessageName

func (*L3xcDelReply) GetMessageName() string

func (*L3xcDelReply) GetMessageType

func (*L3xcDelReply) GetMessageType() api.MessageType

func (*L3xcDelReply) Reset

func (m *L3xcDelReply) Reset()

type L3xcDetails

type L3xcDetails struct {
	L3xc L3xc
}

L3xcDetails represents VPP binary API message 'l3xc_details'.

func (*L3xcDetails) GetCrcString

func (*L3xcDetails) GetCrcString() string

func (*L3xcDetails) GetMessageName

func (*L3xcDetails) GetMessageName() string

func (*L3xcDetails) GetMessageType

func (*L3xcDetails) GetMessageType() api.MessageType

func (*L3xcDetails) Reset

func (m *L3xcDetails) Reset()

type L3xcDump

type L3xcDump struct {
	SwIfIndex InterfaceIndex
}

L3xcDump represents VPP binary API message 'l3xc_dump'.

func (*L3xcDump) GetCrcString

func (*L3xcDump) GetCrcString() string

func (*L3xcDump) GetMessageName

func (*L3xcDump) GetMessageName() string

func (*L3xcDump) GetMessageType

func (*L3xcDump) GetMessageType() api.MessageType

func (*L3xcDump) Reset

func (m *L3xcDump) Reset()

type L3xcPluginGetVersion

type L3xcPluginGetVersion struct{}

L3xcPluginGetVersion represents VPP binary API message 'l3xc_plugin_get_version'.

func (*L3xcPluginGetVersion) GetCrcString

func (*L3xcPluginGetVersion) GetCrcString() string

func (*L3xcPluginGetVersion) GetMessageName

func (*L3xcPluginGetVersion) GetMessageName() string

func (*L3xcPluginGetVersion) GetMessageType

func (*L3xcPluginGetVersion) GetMessageType() api.MessageType

func (*L3xcPluginGetVersion) Reset

func (m *L3xcPluginGetVersion) Reset()

type L3xcPluginGetVersionReply

type L3xcPluginGetVersionReply struct {
	Major uint32
	Minor uint32
}

L3xcPluginGetVersionReply represents VPP binary API message 'l3xc_plugin_get_version_reply'.

func (*L3xcPluginGetVersionReply) GetCrcString

func (*L3xcPluginGetVersionReply) GetCrcString() string

func (*L3xcPluginGetVersionReply) GetMessageName

func (*L3xcPluginGetVersionReply) GetMessageName() string

func (*L3xcPluginGetVersionReply) GetMessageType

func (*L3xcPluginGetVersionReply) GetMessageType() api.MessageType

func (*L3xcPluginGetVersionReply) Reset

func (m *L3xcPluginGetVersionReply) Reset()

type L3xcUpdate

type L3xcUpdate struct {
	L3xc L3xc
}

L3xcUpdate represents VPP binary API message 'l3xc_update'.

func (*L3xcUpdate) GetCrcString

func (*L3xcUpdate) GetCrcString() string

func (*L3xcUpdate) GetMessageName

func (*L3xcUpdate) GetMessageName() string

func (*L3xcUpdate) GetMessageType

func (*L3xcUpdate) GetMessageType() api.MessageType

func (*L3xcUpdate) Reset

func (m *L3xcUpdate) Reset()

type L3xcUpdateReply

type L3xcUpdateReply struct {
	Retval     int32
	StatsIndex uint32
}

L3xcUpdateReply represents VPP binary API message 'l3xc_update_reply'.

func (*L3xcUpdateReply) GetCrcString

func (*L3xcUpdateReply) GetCrcString() string

func (*L3xcUpdateReply) GetMessageName

func (*L3xcUpdateReply) GetMessageName() string

func (*L3xcUpdateReply) GetMessageType

func (*L3xcUpdateReply) GetMessageType() api.MessageType

func (*L3xcUpdateReply) Reset

func (m *L3xcUpdateReply) Reset()

type LinkDuplex

type LinkDuplex = interface_types.LinkDuplex

type Mprefix

type Mprefix = ip_types.Mprefix

type MtuProto

type MtuProto = interface_types.MtuProto

type Prefix

type Prefix = ip_types.Prefix

type PrefixMatcher

type PrefixMatcher = ip_types.PrefixMatcher

type RPCService

type RPCService interface {
	DumpL3xc(ctx context.Context, in *L3xcDump) (RPCService_DumpL3xcClient, error)
	L3xcDel(ctx context.Context, in *L3xcDel) (*L3xcDelReply, error)
	L3xcPluginGetVersion(ctx context.Context, in *L3xcPluginGetVersion) (*L3xcPluginGetVersionReply, error)
	L3xcUpdate(ctx context.Context, in *L3xcUpdate) (*L3xcUpdateReply, error)
}

RPCService represents RPC service API for l3xc module.

func NewServiceClient

func NewServiceClient(ch api.Channel) RPCService

type RPCService_DumpL3xcClient

type RPCService_DumpL3xcClient interface {
	Recv() (*L3xcDetails, error)
}

type RxMode

type RxMode = interface_types.RxMode

type SubIfFlags

type SubIfFlags = interface_types.SubIfFlags

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL