Documentation ¶
Overview ¶
Package mpls is a generated VPP binary API for 'mpls' module.
It consists of:
13 enums 6 aliases 12 types 1 union 16 messages 8 services
Index ¶
- Constants
- Variables
- func AllMessages() []api.Message
- type Address
- type AddressFamily
- type AddressUnion
- type AddressWithPrefix
- type FibMplsLabel
- type FibPath
- type FibPathFlags
- type FibPathNh
- type FibPathNhProto
- type FibPathType
- type IP4Address
- type IP4AddressWithPrefix
- type IP4Prefix
- type IP6Address
- type IP6AddressWithPrefix
- type IP6Prefix
- type IPDscp
- type IPEcn
- type IPProto
- type IfStatusFlags
- type IfType
- type InterfaceIndex
- type LinkDuplex
- type MplsIPBindUnbind
- type MplsIPBindUnbindReply
- type MplsRoute
- type MplsRouteAddDel
- type MplsRouteAddDelReply
- type MplsRouteDetails
- type MplsRouteDump
- type MplsTable
- type MplsTableAddDel
- type MplsTableAddDelReply
- type MplsTableDetails
- type MplsTableDump
- type MplsTunnel
- type MplsTunnelAddDel
- type MplsTunnelAddDelReply
- type MplsTunnelDetails
- type MplsTunnelDump
- type Mprefix
- type MtuProto
- type Prefix
- type PrefixMatcher
- type RPCService
- type RPCService_DumpMplsRouteClient
- type RPCService_DumpMplsTableClient
- type RPCService_DumpMplsTunnelClient
- type RxMode
- type SubIfFlags
- type SwInterfaceSetMplsEnable
- type SwInterfaceSetMplsEnableReply
Constants ¶
const ( // ModuleName is the name of this module. ModuleName = "mpls" // APIVersion is the API version of this module. APIVersion = "1.1.1" // VersionCrc is the CRC of this module. VersionCrc = 0xd83a030f )
Variables ¶
var AddressFamily_name = map[uint8]string{
0: "ADDRESS_IP4",
1: "ADDRESS_IP6",
}
var AddressFamily_value = map[string]uint8{
"ADDRESS_IP4": 0,
"ADDRESS_IP6": 1,
}
var FibPathFlags_name = map[uint32]string{
0: "FIB_API_PATH_FLAG_NONE",
1: "FIB_API_PATH_FLAG_RESOLVE_VIA_ATTACHED",
2: "FIB_API_PATH_FLAG_RESOLVE_VIA_HOST",
4: "FIB_API_PATH_FLAG_POP_PW_CW",
}
var FibPathFlags_value = map[string]uint32{
"FIB_API_PATH_FLAG_NONE": 0,
"FIB_API_PATH_FLAG_RESOLVE_VIA_ATTACHED": 1,
"FIB_API_PATH_FLAG_RESOLVE_VIA_HOST": 2,
"FIB_API_PATH_FLAG_POP_PW_CW": 4,
}
var FibPathNhProto_name = map[uint32]string{
0: "FIB_API_PATH_NH_PROTO_IP4",
1: "FIB_API_PATH_NH_PROTO_IP6",
2: "FIB_API_PATH_NH_PROTO_MPLS",
3: "FIB_API_PATH_NH_PROTO_ETHERNET",
4: "FIB_API_PATH_NH_PROTO_BIER",
}
var FibPathNhProto_value = map[string]uint32{
"FIB_API_PATH_NH_PROTO_IP4": 0,
"FIB_API_PATH_NH_PROTO_IP6": 1,
"FIB_API_PATH_NH_PROTO_MPLS": 2,
"FIB_API_PATH_NH_PROTO_ETHERNET": 3,
"FIB_API_PATH_NH_PROTO_BIER": 4,
}
var FibPathType_name = map[uint32]string{
0: "FIB_API_PATH_TYPE_NORMAL",
1: "FIB_API_PATH_TYPE_LOCAL",
2: "FIB_API_PATH_TYPE_DROP",
3: "FIB_API_PATH_TYPE_UDP_ENCAP",
4: "FIB_API_PATH_TYPE_BIER_IMP",
5: "FIB_API_PATH_TYPE_ICMP_UNREACH",
6: "FIB_API_PATH_TYPE_ICMP_PROHIBIT",
7: "FIB_API_PATH_TYPE_SOURCE_LOOKUP",
8: "FIB_API_PATH_TYPE_DVR",
9: "FIB_API_PATH_TYPE_INTERFACE_RX",
10: "FIB_API_PATH_TYPE_CLASSIFY",
}
var FibPathType_value = map[string]uint32{
"FIB_API_PATH_TYPE_NORMAL": 0,
"FIB_API_PATH_TYPE_LOCAL": 1,
"FIB_API_PATH_TYPE_DROP": 2,
"FIB_API_PATH_TYPE_UDP_ENCAP": 3,
"FIB_API_PATH_TYPE_BIER_IMP": 4,
"FIB_API_PATH_TYPE_ICMP_UNREACH": 5,
"FIB_API_PATH_TYPE_ICMP_PROHIBIT": 6,
"FIB_API_PATH_TYPE_SOURCE_LOOKUP": 7,
"FIB_API_PATH_TYPE_DVR": 8,
"FIB_API_PATH_TYPE_INTERFACE_RX": 9,
"FIB_API_PATH_TYPE_CLASSIFY": 10,
}
var IPDscp_name = map[uint8]string{
0: "IP_API_DSCP_CS0",
8: "IP_API_DSCP_CS1",
10: "IP_API_DSCP_AF11",
12: "IP_API_DSCP_AF12",
14: "IP_API_DSCP_AF13",
16: "IP_API_DSCP_CS2",
18: "IP_API_DSCP_AF21",
20: "IP_API_DSCP_AF22",
22: "IP_API_DSCP_AF23",
24: "IP_API_DSCP_CS3",
26: "IP_API_DSCP_AF31",
28: "IP_API_DSCP_AF32",
30: "IP_API_DSCP_AF33",
32: "IP_API_DSCP_CS4",
34: "IP_API_DSCP_AF41",
36: "IP_API_DSCP_AF42",
38: "IP_API_DSCP_AF43",
40: "IP_API_DSCP_CS5",
46: "IP_API_DSCP_EF",
48: "IP_API_DSCP_CS6",
50: "IP_API_DSCP_CS7",
}
var IPDscp_value = map[string]uint8{
"IP_API_DSCP_CS0": 0,
"IP_API_DSCP_CS1": 8,
"IP_API_DSCP_AF11": 10,
"IP_API_DSCP_AF12": 12,
"IP_API_DSCP_AF13": 14,
"IP_API_DSCP_CS2": 16,
"IP_API_DSCP_AF21": 18,
"IP_API_DSCP_AF22": 20,
"IP_API_DSCP_AF23": 22,
"IP_API_DSCP_CS3": 24,
"IP_API_DSCP_AF31": 26,
"IP_API_DSCP_AF32": 28,
"IP_API_DSCP_AF33": 30,
"IP_API_DSCP_CS4": 32,
"IP_API_DSCP_AF41": 34,
"IP_API_DSCP_AF42": 36,
"IP_API_DSCP_AF43": 38,
"IP_API_DSCP_CS5": 40,
"IP_API_DSCP_EF": 46,
"IP_API_DSCP_CS6": 48,
"IP_API_DSCP_CS7": 50,
}
var IPEcn_name = map[uint8]string{
0: "IP_API_ECN_NONE",
1: "IP_API_ECN_ECT0",
2: "IP_API_ECN_ECT1",
3: "IP_API_ECN_CE",
}
var IPEcn_value = map[string]uint8{
"IP_API_ECN_NONE": 0,
"IP_API_ECN_ECT0": 1,
"IP_API_ECN_ECT1": 2,
"IP_API_ECN_CE": 3,
}
var IPProto_name = map[uint8]string{
0: "IP_API_PROTO_HOPOPT",
1: "IP_API_PROTO_ICMP",
2: "IP_API_PROTO_IGMP",
6: "IP_API_PROTO_TCP",
17: "IP_API_PROTO_UDP",
47: "IP_API_PROTO_GRE",
50: "IP_API_PROTO_ESP",
51: "IP_API_PROTO_AH",
58: "IP_API_PROTO_ICMP6",
88: "IP_API_PROTO_EIGRP",
89: "IP_API_PROTO_OSPF",
132: "IP_API_PROTO_SCTP",
255: "IP_API_PROTO_RESERVED",
}
var IPProto_value = map[string]uint8{
"IP_API_PROTO_HOPOPT": 0,
"IP_API_PROTO_ICMP": 1,
"IP_API_PROTO_IGMP": 2,
"IP_API_PROTO_TCP": 6,
"IP_API_PROTO_UDP": 17,
"IP_API_PROTO_GRE": 47,
"IP_API_PROTO_ESP": 50,
"IP_API_PROTO_AH": 51,
"IP_API_PROTO_ICMP6": 58,
"IP_API_PROTO_EIGRP": 88,
"IP_API_PROTO_OSPF": 89,
"IP_API_PROTO_SCTP": 132,
"IP_API_PROTO_RESERVED": 255,
}
var IfStatusFlags_name = map[uint32]string{
1: "IF_STATUS_API_FLAG_ADMIN_UP",
2: "IF_STATUS_API_FLAG_LINK_UP",
}
var IfStatusFlags_value = map[string]uint32{
"IF_STATUS_API_FLAG_ADMIN_UP": 1,
"IF_STATUS_API_FLAG_LINK_UP": 2,
}
var IfType_name = map[uint32]string{
0: "IF_API_TYPE_HARDWARE",
1: "IF_API_TYPE_SUB",
2: "IF_API_TYPE_P2P",
3: "IF_API_TYPE_PIPE",
}
var IfType_value = map[string]uint32{
"IF_API_TYPE_HARDWARE": 0,
"IF_API_TYPE_SUB": 1,
"IF_API_TYPE_P2P": 2,
"IF_API_TYPE_PIPE": 3,
}
var LinkDuplex_name = map[uint32]string{
0: "LINK_DUPLEX_API_UNKNOWN",
1: "LINK_DUPLEX_API_HALF",
2: "LINK_DUPLEX_API_FULL",
}
var LinkDuplex_value = map[string]uint32{
"LINK_DUPLEX_API_UNKNOWN": 0,
"LINK_DUPLEX_API_HALF": 1,
"LINK_DUPLEX_API_FULL": 2,
}
var MtuProto_name = map[uint32]string{
0: "MTU_PROTO_API_L3",
1: "MTU_PROTO_API_IP4",
2: "MTU_PROTO_API_IP6",
3: "MTU_PROTO_API_MPLS",
}
var MtuProto_value = map[string]uint32{
"MTU_PROTO_API_L3": 0,
"MTU_PROTO_API_IP4": 1,
"MTU_PROTO_API_IP6": 2,
"MTU_PROTO_API_MPLS": 3,
}
var RxMode_name = map[uint32]string{
0: "RX_MODE_API_UNKNOWN",
1: "RX_MODE_API_POLLING",
2: "RX_MODE_API_INTERRUPT",
3: "RX_MODE_API_ADAPTIVE",
4: "RX_MODE_API_DEFAULT",
}
var RxMode_value = map[string]uint32{
"RX_MODE_API_UNKNOWN": 0,
"RX_MODE_API_POLLING": 1,
"RX_MODE_API_INTERRUPT": 2,
"RX_MODE_API_ADAPTIVE": 3,
"RX_MODE_API_DEFAULT": 4,
}
var SubIfFlags_name = map[uint32]string{
1: "SUB_IF_API_FLAG_NO_TAGS",
2: "SUB_IF_API_FLAG_ONE_TAG",
4: "SUB_IF_API_FLAG_TWO_TAGS",
8: "SUB_IF_API_FLAG_DOT1AD",
16: "SUB_IF_API_FLAG_EXACT_MATCH",
32: "SUB_IF_API_FLAG_DEFAULT",
64: "SUB_IF_API_FLAG_OUTER_VLAN_ID_ANY",
128: "SUB_IF_API_FLAG_INNER_VLAN_ID_ANY",
254: "SUB_IF_API_FLAG_MASK_VNET",
256: "SUB_IF_API_FLAG_DOT1AH",
}
var SubIfFlags_value = map[string]uint32{
"SUB_IF_API_FLAG_NO_TAGS": 1,
"SUB_IF_API_FLAG_ONE_TAG": 2,
"SUB_IF_API_FLAG_TWO_TAGS": 4,
"SUB_IF_API_FLAG_DOT1AD": 8,
"SUB_IF_API_FLAG_EXACT_MATCH": 16,
"SUB_IF_API_FLAG_DEFAULT": 32,
"SUB_IF_API_FLAG_OUTER_VLAN_ID_ANY": 64,
"SUB_IF_API_FLAG_INNER_VLAN_ID_ANY": 128,
"SUB_IF_API_FLAG_MASK_VNET": 254,
"SUB_IF_API_FLAG_DOT1AH": 256,
}
Functions ¶
func AllMessages ¶
Messages returns list of all messages in this module.
Types ¶
type Address ¶
type Address struct { Af AddressFamily Un AddressUnion }
Address represents VPP binary API type 'address'.
func (*Address) GetTypeName ¶
type AddressFamily ¶
type AddressFamily uint8
AddressFamily represents VPP binary API enum 'address_family'.
const ( ADDRESS_IP4 AddressFamily = 0 ADDRESS_IP6 AddressFamily = 1 )
func (AddressFamily) String ¶
func (x AddressFamily) String() string
type AddressUnion ¶
type AddressUnion struct {
XXX_UnionData [16]byte
}
AddressUnion represents VPP binary API union 'address_union'.
func AddressUnionIP4 ¶
func AddressUnionIP4(a IP4Address) (u AddressUnion)
func AddressUnionIP6 ¶
func AddressUnionIP6(a IP6Address) (u AddressUnion)
func (*AddressUnion) GetIP4 ¶
func (u *AddressUnion) GetIP4() (a IP4Address)
func (*AddressUnion) GetIP6 ¶
func (u *AddressUnion) GetIP6() (a IP6Address)
func (*AddressUnion) GetTypeName ¶
func (*AddressUnion) GetTypeName() string
func (*AddressUnion) SetIP4 ¶
func (u *AddressUnion) SetIP4(a IP4Address)
func (*AddressUnion) SetIP6 ¶
func (u *AddressUnion) SetIP6(a IP6Address)
type AddressWithPrefix ¶
type AddressWithPrefix Prefix
AddressWithPrefix represents VPP binary API alias 'address_with_prefix'.
type FibMplsLabel ¶
FibMplsLabel represents VPP binary API type 'fib_mpls_label'.
func (*FibMplsLabel) GetTypeName ¶
func (*FibMplsLabel) GetTypeName() string
type FibPath ¶
type FibPath struct { SwIfIndex uint32 TableID uint32 RpfID uint32 Weight uint8 Preference uint8 Type FibPathType Flags FibPathFlags Proto FibPathNhProto Nh FibPathNh NLabels uint8 LabelStack []FibMplsLabel `struc:"[16]FibMplsLabel"` }
FibPath represents VPP binary API type 'fib_path'.
func (*FibPath) GetTypeName ¶
type FibPathFlags ¶
type FibPathFlags uint32
FibPathFlags represents VPP binary API enum 'fib_path_flags'.
const ( FIB_API_PATH_FLAG_NONE FibPathFlags = 0 FIB_API_PATH_FLAG_RESOLVE_VIA_ATTACHED FibPathFlags = 1 FIB_API_PATH_FLAG_RESOLVE_VIA_HOST FibPathFlags = 2 FIB_API_PATH_FLAG_POP_PW_CW FibPathFlags = 4 )
func (FibPathFlags) String ¶
func (x FibPathFlags) String() string
type FibPathNh ¶
type FibPathNh struct { Address AddressUnion ViaLabel uint32 ObjID uint32 ClassifyTableIndex uint32 }
FibPathNh represents VPP binary API type 'fib_path_nh'.
func (*FibPathNh) GetTypeName ¶
type FibPathNhProto ¶
type FibPathNhProto uint32
FibPathNhProto represents VPP binary API enum 'fib_path_nh_proto'.
const ( FIB_API_PATH_NH_PROTO_IP4 FibPathNhProto = 0 FIB_API_PATH_NH_PROTO_IP6 FibPathNhProto = 1 FIB_API_PATH_NH_PROTO_MPLS FibPathNhProto = 2 FIB_API_PATH_NH_PROTO_ETHERNET FibPathNhProto = 3 FIB_API_PATH_NH_PROTO_BIER FibPathNhProto = 4 )
func (FibPathNhProto) String ¶
func (x FibPathNhProto) String() string
type FibPathType ¶
type FibPathType uint32
FibPathType represents VPP binary API enum 'fib_path_type'.
const ( FIB_API_PATH_TYPE_NORMAL FibPathType = 0 FIB_API_PATH_TYPE_LOCAL FibPathType = 1 FIB_API_PATH_TYPE_DROP FibPathType = 2 FIB_API_PATH_TYPE_UDP_ENCAP FibPathType = 3 FIB_API_PATH_TYPE_BIER_IMP FibPathType = 4 FIB_API_PATH_TYPE_ICMP_UNREACH FibPathType = 5 FIB_API_PATH_TYPE_ICMP_PROHIBIT FibPathType = 6 FIB_API_PATH_TYPE_SOURCE_LOOKUP FibPathType = 7 FIB_API_PATH_TYPE_DVR FibPathType = 8 FIB_API_PATH_TYPE_INTERFACE_RX FibPathType = 9 FIB_API_PATH_TYPE_CLASSIFY FibPathType = 10 )
func (FibPathType) String ¶
func (x FibPathType) String() string
type IP4Address ¶
type IP4Address [4]uint8
IP4Address represents VPP binary API alias 'ip4_address'.
type IP4AddressWithPrefix ¶
type IP4AddressWithPrefix IP4Prefix
IP4AddressWithPrefix represents VPP binary API alias 'ip4_address_with_prefix'.
type IP4Prefix ¶
type IP4Prefix struct { Address IP4Address Len uint8 }
IP4Prefix represents VPP binary API type 'ip4_prefix'.
func (*IP4Prefix) GetTypeName ¶
type IP6Address ¶
type IP6Address [16]uint8
IP6Address represents VPP binary API alias 'ip6_address'.
type IP6AddressWithPrefix ¶
type IP6AddressWithPrefix IP6Prefix
IP6AddressWithPrefix represents VPP binary API alias 'ip6_address_with_prefix'.
type IP6Prefix ¶
type IP6Prefix struct { Address IP6Address Len uint8 }
IP6Prefix represents VPP binary API type 'ip6_prefix'.
func (*IP6Prefix) GetTypeName ¶
type IPDscp ¶
type IPDscp uint8
IPDscp represents VPP binary API enum 'ip_dscp'.
const ( IP_API_DSCP_CS0 IPDscp = 0 IP_API_DSCP_CS1 IPDscp = 8 IP_API_DSCP_AF11 IPDscp = 10 IP_API_DSCP_AF12 IPDscp = 12 IP_API_DSCP_AF13 IPDscp = 14 IP_API_DSCP_CS2 IPDscp = 16 IP_API_DSCP_AF21 IPDscp = 18 IP_API_DSCP_AF22 IPDscp = 20 IP_API_DSCP_AF23 IPDscp = 22 IP_API_DSCP_CS3 IPDscp = 24 IP_API_DSCP_AF31 IPDscp = 26 IP_API_DSCP_AF32 IPDscp = 28 IP_API_DSCP_AF33 IPDscp = 30 IP_API_DSCP_CS4 IPDscp = 32 IP_API_DSCP_AF41 IPDscp = 34 IP_API_DSCP_AF42 IPDscp = 36 IP_API_DSCP_AF43 IPDscp = 38 IP_API_DSCP_CS5 IPDscp = 40 IP_API_DSCP_EF IPDscp = 46 IP_API_DSCP_CS6 IPDscp = 48 IP_API_DSCP_CS7 IPDscp = 50 )
type IPProto ¶
type IPProto uint8
IPProto represents VPP binary API enum 'ip_proto'.
const ( IP_API_PROTO_HOPOPT IPProto = 0 IP_API_PROTO_ICMP IPProto = 1 IP_API_PROTO_IGMP IPProto = 2 IP_API_PROTO_TCP IPProto = 6 IP_API_PROTO_UDP IPProto = 17 IP_API_PROTO_GRE IPProto = 47 IP_API_PROTO_ESP IPProto = 50 IP_API_PROTO_AH IPProto = 51 IP_API_PROTO_ICMP6 IPProto = 58 IP_API_PROTO_EIGRP IPProto = 88 IP_API_PROTO_OSPF IPProto = 89 IP_API_PROTO_SCTP IPProto = 132 IP_API_PROTO_RESERVED IPProto = 255 )
type IfStatusFlags ¶
type IfStatusFlags uint32
IfStatusFlags represents VPP binary API enum 'if_status_flags'.
const ( IF_STATUS_API_FLAG_ADMIN_UP IfStatusFlags = 1 IF_STATUS_API_FLAG_LINK_UP IfStatusFlags = 2 )
func (IfStatusFlags) String ¶
func (x IfStatusFlags) String() string
type InterfaceIndex ¶
type InterfaceIndex uint32
InterfaceIndex represents VPP binary API alias 'interface_index'.
type LinkDuplex ¶
type LinkDuplex uint32
LinkDuplex represents VPP binary API enum 'link_duplex'.
const ( LINK_DUPLEX_API_UNKNOWN LinkDuplex = 0 LINK_DUPLEX_API_HALF LinkDuplex = 1 LINK_DUPLEX_API_FULL LinkDuplex = 2 )
func (LinkDuplex) String ¶
func (x LinkDuplex) String() string
type MplsIPBindUnbind ¶
type MplsIPBindUnbind struct { MbMplsTableID uint32 MbLabel uint32 MbIPTableID uint32 MbIsBind bool MbPrefix Prefix }
MplsIPBindUnbind represents VPP binary API message 'mpls_ip_bind_unbind'.
func (*MplsIPBindUnbind) GetCrcString ¶
func (*MplsIPBindUnbind) GetCrcString() string
func (*MplsIPBindUnbind) GetMessageName ¶
func (*MplsIPBindUnbind) GetMessageName() string
func (*MplsIPBindUnbind) GetMessageType ¶
func (*MplsIPBindUnbind) GetMessageType() api.MessageType
func (*MplsIPBindUnbind) Reset ¶
func (m *MplsIPBindUnbind) Reset()
type MplsIPBindUnbindReply ¶
type MplsIPBindUnbindReply struct {
Retval int32
}
MplsIPBindUnbindReply represents VPP binary API message 'mpls_ip_bind_unbind_reply'.
func (*MplsIPBindUnbindReply) GetCrcString ¶
func (*MplsIPBindUnbindReply) GetCrcString() string
func (*MplsIPBindUnbindReply) GetMessageName ¶
func (*MplsIPBindUnbindReply) GetMessageName() string
func (*MplsIPBindUnbindReply) GetMessageType ¶
func (*MplsIPBindUnbindReply) GetMessageType() api.MessageType
func (*MplsIPBindUnbindReply) Reset ¶
func (m *MplsIPBindUnbindReply) Reset()
type MplsRoute ¶
type MplsRoute struct { MrTableID uint32 MrLabel uint32 MrEos uint8 MrEosProto uint8 MrIsMulticast bool MrNPaths uint8 `struc:"sizeof=MrPaths"` MrPaths []FibPath }
MplsRoute represents VPP binary API type 'mpls_route'.
func (*MplsRoute) GetTypeName ¶
type MplsRouteAddDel ¶
MplsRouteAddDel represents VPP binary API message 'mpls_route_add_del'.
func (*MplsRouteAddDel) GetCrcString ¶
func (*MplsRouteAddDel) GetCrcString() string
func (*MplsRouteAddDel) GetMessageName ¶
func (*MplsRouteAddDel) GetMessageName() string
func (*MplsRouteAddDel) GetMessageType ¶
func (*MplsRouteAddDel) GetMessageType() api.MessageType
func (*MplsRouteAddDel) Reset ¶
func (m *MplsRouteAddDel) Reset()
type MplsRouteAddDelReply ¶
MplsRouteAddDelReply represents VPP binary API message 'mpls_route_add_del_reply'.
func (*MplsRouteAddDelReply) GetCrcString ¶
func (*MplsRouteAddDelReply) GetCrcString() string
func (*MplsRouteAddDelReply) GetMessageName ¶
func (*MplsRouteAddDelReply) GetMessageName() string
func (*MplsRouteAddDelReply) GetMessageType ¶
func (*MplsRouteAddDelReply) GetMessageType() api.MessageType
func (*MplsRouteAddDelReply) Reset ¶
func (m *MplsRouteAddDelReply) Reset()
type MplsRouteDetails ¶
type MplsRouteDetails struct {
MrRoute MplsRoute
}
MplsRouteDetails represents VPP binary API message 'mpls_route_details'.
func (*MplsRouteDetails) GetCrcString ¶
func (*MplsRouteDetails) GetCrcString() string
func (*MplsRouteDetails) GetMessageName ¶
func (*MplsRouteDetails) GetMessageName() string
func (*MplsRouteDetails) GetMessageType ¶
func (*MplsRouteDetails) GetMessageType() api.MessageType
func (*MplsRouteDetails) Reset ¶
func (m *MplsRouteDetails) Reset()
type MplsRouteDump ¶
type MplsRouteDump struct {
Table MplsTable
}
MplsRouteDump represents VPP binary API message 'mpls_route_dump'.
func (*MplsRouteDump) GetCrcString ¶
func (*MplsRouteDump) GetCrcString() string
func (*MplsRouteDump) GetMessageName ¶
func (*MplsRouteDump) GetMessageName() string
func (*MplsRouteDump) GetMessageType ¶
func (*MplsRouteDump) GetMessageType() api.MessageType
func (*MplsRouteDump) Reset ¶
func (m *MplsRouteDump) Reset()
type MplsTable ¶
MplsTable represents VPP binary API type 'mpls_table'.
func (*MplsTable) GetTypeName ¶
type MplsTableAddDel ¶
MplsTableAddDel represents VPP binary API message 'mpls_table_add_del'.
func (*MplsTableAddDel) GetCrcString ¶
func (*MplsTableAddDel) GetCrcString() string
func (*MplsTableAddDel) GetMessageName ¶
func (*MplsTableAddDel) GetMessageName() string
func (*MplsTableAddDel) GetMessageType ¶
func (*MplsTableAddDel) GetMessageType() api.MessageType
func (*MplsTableAddDel) Reset ¶
func (m *MplsTableAddDel) Reset()
type MplsTableAddDelReply ¶
type MplsTableAddDelReply struct {
Retval int32
}
MplsTableAddDelReply represents VPP binary API message 'mpls_table_add_del_reply'.
func (*MplsTableAddDelReply) GetCrcString ¶
func (*MplsTableAddDelReply) GetCrcString() string
func (*MplsTableAddDelReply) GetMessageName ¶
func (*MplsTableAddDelReply) GetMessageName() string
func (*MplsTableAddDelReply) GetMessageType ¶
func (*MplsTableAddDelReply) GetMessageType() api.MessageType
func (*MplsTableAddDelReply) Reset ¶
func (m *MplsTableAddDelReply) Reset()
type MplsTableDetails ¶
type MplsTableDetails struct {
MtTable MplsTable
}
MplsTableDetails represents VPP binary API message 'mpls_table_details'.
func (*MplsTableDetails) GetCrcString ¶
func (*MplsTableDetails) GetCrcString() string
func (*MplsTableDetails) GetMessageName ¶
func (*MplsTableDetails) GetMessageName() string
func (*MplsTableDetails) GetMessageType ¶
func (*MplsTableDetails) GetMessageType() api.MessageType
func (*MplsTableDetails) Reset ¶
func (m *MplsTableDetails) Reset()
type MplsTableDump ¶
type MplsTableDump struct{}
MplsTableDump represents VPP binary API message 'mpls_table_dump'.
func (*MplsTableDump) GetCrcString ¶
func (*MplsTableDump) GetCrcString() string
func (*MplsTableDump) GetMessageName ¶
func (*MplsTableDump) GetMessageName() string
func (*MplsTableDump) GetMessageType ¶
func (*MplsTableDump) GetMessageType() api.MessageType
func (*MplsTableDump) Reset ¶
func (m *MplsTableDump) Reset()
type MplsTunnel ¶
type MplsTunnel struct { MtSwIfIndex InterfaceIndex MtTunnelIndex uint32 MtL2Only bool MtIsMulticast bool MtTag string `struc:"[64]byte"` MtNPaths uint8 `struc:"sizeof=MtPaths"` MtPaths []FibPath }
MplsTunnel represents VPP binary API type 'mpls_tunnel'.
func (*MplsTunnel) GetTypeName ¶
func (*MplsTunnel) GetTypeName() string
type MplsTunnelAddDel ¶
type MplsTunnelAddDel struct { MtIsAdd bool MtTunnel MplsTunnel }
MplsTunnelAddDel represents VPP binary API message 'mpls_tunnel_add_del'.
func (*MplsTunnelAddDel) GetCrcString ¶
func (*MplsTunnelAddDel) GetCrcString() string
func (*MplsTunnelAddDel) GetMessageName ¶
func (*MplsTunnelAddDel) GetMessageName() string
func (*MplsTunnelAddDel) GetMessageType ¶
func (*MplsTunnelAddDel) GetMessageType() api.MessageType
func (*MplsTunnelAddDel) Reset ¶
func (m *MplsTunnelAddDel) Reset()
type MplsTunnelAddDelReply ¶
type MplsTunnelAddDelReply struct { Retval int32 SwIfIndex InterfaceIndex TunnelIndex uint32 }
MplsTunnelAddDelReply represents VPP binary API message 'mpls_tunnel_add_del_reply'.
func (*MplsTunnelAddDelReply) GetCrcString ¶
func (*MplsTunnelAddDelReply) GetCrcString() string
func (*MplsTunnelAddDelReply) GetMessageName ¶
func (*MplsTunnelAddDelReply) GetMessageName() string
func (*MplsTunnelAddDelReply) GetMessageType ¶
func (*MplsTunnelAddDelReply) GetMessageType() api.MessageType
func (*MplsTunnelAddDelReply) Reset ¶
func (m *MplsTunnelAddDelReply) Reset()
type MplsTunnelDetails ¶
type MplsTunnelDetails struct {
MtTunnel MplsTunnel
}
MplsTunnelDetails represents VPP binary API message 'mpls_tunnel_details'.
func (*MplsTunnelDetails) GetCrcString ¶
func (*MplsTunnelDetails) GetCrcString() string
func (*MplsTunnelDetails) GetMessageName ¶
func (*MplsTunnelDetails) GetMessageName() string
func (*MplsTunnelDetails) GetMessageType ¶
func (*MplsTunnelDetails) GetMessageType() api.MessageType
func (*MplsTunnelDetails) Reset ¶
func (m *MplsTunnelDetails) Reset()
type MplsTunnelDump ¶
type MplsTunnelDump struct {
SwIfIndex InterfaceIndex
}
MplsTunnelDump represents VPP binary API message 'mpls_tunnel_dump'.
func (*MplsTunnelDump) GetCrcString ¶
func (*MplsTunnelDump) GetCrcString() string
func (*MplsTunnelDump) GetMessageName ¶
func (*MplsTunnelDump) GetMessageName() string
func (*MplsTunnelDump) GetMessageType ¶
func (*MplsTunnelDump) GetMessageType() api.MessageType
func (*MplsTunnelDump) Reset ¶
func (m *MplsTunnelDump) Reset()
type Mprefix ¶
type Mprefix struct { Af AddressFamily GrpAddressLength uint16 GrpAddress AddressUnion SrcAddress AddressUnion }
Mprefix represents VPP binary API type 'mprefix'.
func (*Mprefix) GetTypeName ¶
type PrefixMatcher ¶
PrefixMatcher represents VPP binary API type 'prefix_matcher'.
func (*PrefixMatcher) GetTypeName ¶
func (*PrefixMatcher) GetTypeName() string
type RPCService ¶
type RPCService interface { DumpMplsRoute(ctx context.Context, in *MplsRouteDump) (RPCService_DumpMplsRouteClient, error) DumpMplsTable(ctx context.Context, in *MplsTableDump) (RPCService_DumpMplsTableClient, error) DumpMplsTunnel(ctx context.Context, in *MplsTunnelDump) (RPCService_DumpMplsTunnelClient, error) MplsIPBindUnbind(ctx context.Context, in *MplsIPBindUnbind) (*MplsIPBindUnbindReply, error) MplsRouteAddDel(ctx context.Context, in *MplsRouteAddDel) (*MplsRouteAddDelReply, error) MplsTableAddDel(ctx context.Context, in *MplsTableAddDel) (*MplsTableAddDelReply, error) MplsTunnelAddDel(ctx context.Context, in *MplsTunnelAddDel) (*MplsTunnelAddDelReply, error) SwInterfaceSetMplsEnable(ctx context.Context, in *SwInterfaceSetMplsEnable) (*SwInterfaceSetMplsEnableReply, error) }
RPCService represents RPC service API for mpls module.
func NewServiceClient ¶
func NewServiceClient(ch api.Channel) RPCService
type RPCService_DumpMplsRouteClient ¶
type RPCService_DumpMplsRouteClient interface {
Recv() (*MplsRouteDetails, error)
}
type RPCService_DumpMplsTableClient ¶
type RPCService_DumpMplsTableClient interface {
Recv() (*MplsTableDetails, error)
}
type RPCService_DumpMplsTunnelClient ¶
type RPCService_DumpMplsTunnelClient interface {
Recv() (*MplsTunnelDetails, error)
}
type SubIfFlags ¶
type SubIfFlags uint32
SubIfFlags represents VPP binary API enum 'sub_if_flags'.
const ( SUB_IF_API_FLAG_NO_TAGS SubIfFlags = 1 SUB_IF_API_FLAG_ONE_TAG SubIfFlags = 2 SUB_IF_API_FLAG_TWO_TAGS SubIfFlags = 4 SUB_IF_API_FLAG_DOT1AD SubIfFlags = 8 SUB_IF_API_FLAG_EXACT_MATCH SubIfFlags = 16 SUB_IF_API_FLAG_DEFAULT SubIfFlags = 32 SUB_IF_API_FLAG_OUTER_VLAN_ID_ANY SubIfFlags = 64 SUB_IF_API_FLAG_INNER_VLAN_ID_ANY SubIfFlags = 128 SUB_IF_API_FLAG_MASK_VNET SubIfFlags = 254 SUB_IF_API_FLAG_DOT1AH SubIfFlags = 256 )
func (SubIfFlags) String ¶
func (x SubIfFlags) String() string
type SwInterfaceSetMplsEnable ¶
type SwInterfaceSetMplsEnable struct { SwIfIndex InterfaceIndex Enable bool }
SwInterfaceSetMplsEnable represents VPP binary API message 'sw_interface_set_mpls_enable'.
func (*SwInterfaceSetMplsEnable) GetCrcString ¶
func (*SwInterfaceSetMplsEnable) GetCrcString() string
func (*SwInterfaceSetMplsEnable) GetMessageName ¶
func (*SwInterfaceSetMplsEnable) GetMessageName() string
func (*SwInterfaceSetMplsEnable) GetMessageType ¶
func (*SwInterfaceSetMplsEnable) GetMessageType() api.MessageType
func (*SwInterfaceSetMplsEnable) Reset ¶
func (m *SwInterfaceSetMplsEnable) Reset()
type SwInterfaceSetMplsEnableReply ¶
type SwInterfaceSetMplsEnableReply struct {
Retval int32
}
SwInterfaceSetMplsEnableReply represents VPP binary API message 'sw_interface_set_mpls_enable_reply'.
func (*SwInterfaceSetMplsEnableReply) GetCrcString ¶
func (*SwInterfaceSetMplsEnableReply) GetCrcString() string
func (*SwInterfaceSetMplsEnableReply) GetMessageName ¶
func (*SwInterfaceSetMplsEnableReply) GetMessageName() string
func (*SwInterfaceSetMplsEnableReply) GetMessageType ¶
func (*SwInterfaceSetMplsEnableReply) GetMessageType() api.MessageType
func (*SwInterfaceSetMplsEnableReply) Reset ¶
func (m *SwInterfaceSetMplsEnableReply) Reset()