Documentation ¶
Overview ¶
Package bier is a generated VPP binary API for 'bier' module.
It consists of:
7 enums 5 aliases 11 types 1 union 22 messages 11 services
Index ¶
- Constants
- Variables
- func AllMessages() []api.Message
- type Address
- type AddressFamily
- type AddressUnion
- type AddressWithPrefix
- type BierDispEntryAddDel
- type BierDispEntryAddDelReply
- type BierDispEntryDetails
- type BierDispEntryDump
- type BierDispTableAddDel
- type BierDispTableAddDelReply
- type BierDispTableDetails
- type BierDispTableDump
- type BierImpAdd
- type BierImpAddReply
- type BierImpDel
- type BierImpDelReply
- type BierImpDetails
- type BierImpDump
- type BierRoute
- type BierRouteAddDel
- type BierRouteAddDelReply
- type BierRouteDetails
- type BierRouteDump
- type BierTableAddDel
- type BierTableAddDelReply
- type BierTableDetails
- type BierTableDump
- type BierTableID
- 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 Mprefix
- type Prefix
- type PrefixMatcher
- type RPCService
- type RPCService_DumpBierDispEntryClient
- type RPCService_DumpBierDispTableClient
- type RPCService_DumpBierImpClient
- type RPCService_DumpBierRouteClient
- type RPCService_DumpBierTableClient
Constants ¶
const ( // ModuleName is the name of this module. ModuleName = "bier" // APIVersion is the API version of this module. APIVersion = "1.2.1" // VersionCrc is the CRC of this module. VersionCrc = 0x9196a2d4 )
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,
}
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 BierDispEntryAddDel ¶
type BierDispEntryAddDel struct { BdeBp uint16 BdeTblID uint32 BdeIsAdd bool BdePayloadProto uint8 BdeNPaths uint8 `struc:"sizeof=BdePaths"` BdePaths []FibPath }
BierDispEntryAddDel represents VPP binary API message 'bier_disp_entry_add_del'.
func (*BierDispEntryAddDel) GetCrcString ¶
func (*BierDispEntryAddDel) GetCrcString() string
func (*BierDispEntryAddDel) GetMessageName ¶
func (*BierDispEntryAddDel) GetMessageName() string
func (*BierDispEntryAddDel) GetMessageType ¶
func (*BierDispEntryAddDel) GetMessageType() api.MessageType
func (*BierDispEntryAddDel) Reset ¶
func (m *BierDispEntryAddDel) Reset()
type BierDispEntryAddDelReply ¶
type BierDispEntryAddDelReply struct {
Retval int32
}
BierDispEntryAddDelReply represents VPP binary API message 'bier_disp_entry_add_del_reply'.
func (*BierDispEntryAddDelReply) GetCrcString ¶
func (*BierDispEntryAddDelReply) GetCrcString() string
func (*BierDispEntryAddDelReply) GetMessageName ¶
func (*BierDispEntryAddDelReply) GetMessageName() string
func (*BierDispEntryAddDelReply) GetMessageType ¶
func (*BierDispEntryAddDelReply) GetMessageType() api.MessageType
func (*BierDispEntryAddDelReply) Reset ¶
func (m *BierDispEntryAddDelReply) Reset()
type BierDispEntryDetails ¶
type BierDispEntryDetails struct { BdeBp uint16 BdeTblID uint32 BdeIsAdd bool BdePayloadProto uint8 BdeNPaths uint8 `struc:"sizeof=BdePaths"` BdePaths []FibPath }
BierDispEntryDetails represents VPP binary API message 'bier_disp_entry_details'.
func (*BierDispEntryDetails) GetCrcString ¶
func (*BierDispEntryDetails) GetCrcString() string
func (*BierDispEntryDetails) GetMessageName ¶
func (*BierDispEntryDetails) GetMessageName() string
func (*BierDispEntryDetails) GetMessageType ¶
func (*BierDispEntryDetails) GetMessageType() api.MessageType
func (*BierDispEntryDetails) Reset ¶
func (m *BierDispEntryDetails) Reset()
type BierDispEntryDump ¶
type BierDispEntryDump struct {
BdeTblID uint32
}
BierDispEntryDump represents VPP binary API message 'bier_disp_entry_dump'.
func (*BierDispEntryDump) GetCrcString ¶
func (*BierDispEntryDump) GetCrcString() string
func (*BierDispEntryDump) GetMessageName ¶
func (*BierDispEntryDump) GetMessageName() string
func (*BierDispEntryDump) GetMessageType ¶
func (*BierDispEntryDump) GetMessageType() api.MessageType
func (*BierDispEntryDump) Reset ¶
func (m *BierDispEntryDump) Reset()
type BierDispTableAddDel ¶
BierDispTableAddDel represents VPP binary API message 'bier_disp_table_add_del'.
func (*BierDispTableAddDel) GetCrcString ¶
func (*BierDispTableAddDel) GetCrcString() string
func (*BierDispTableAddDel) GetMessageName ¶
func (*BierDispTableAddDel) GetMessageName() string
func (*BierDispTableAddDel) GetMessageType ¶
func (*BierDispTableAddDel) GetMessageType() api.MessageType
func (*BierDispTableAddDel) Reset ¶
func (m *BierDispTableAddDel) Reset()
type BierDispTableAddDelReply ¶
type BierDispTableAddDelReply struct {
Retval int32
}
BierDispTableAddDelReply represents VPP binary API message 'bier_disp_table_add_del_reply'.
func (*BierDispTableAddDelReply) GetCrcString ¶
func (*BierDispTableAddDelReply) GetCrcString() string
func (*BierDispTableAddDelReply) GetMessageName ¶
func (*BierDispTableAddDelReply) GetMessageName() string
func (*BierDispTableAddDelReply) GetMessageType ¶
func (*BierDispTableAddDelReply) GetMessageType() api.MessageType
func (*BierDispTableAddDelReply) Reset ¶
func (m *BierDispTableAddDelReply) Reset()
type BierDispTableDetails ¶
type BierDispTableDetails struct {
BdtTblID uint32
}
BierDispTableDetails represents VPP binary API message 'bier_disp_table_details'.
func (*BierDispTableDetails) GetCrcString ¶
func (*BierDispTableDetails) GetCrcString() string
func (*BierDispTableDetails) GetMessageName ¶
func (*BierDispTableDetails) GetMessageName() string
func (*BierDispTableDetails) GetMessageType ¶
func (*BierDispTableDetails) GetMessageType() api.MessageType
func (*BierDispTableDetails) Reset ¶
func (m *BierDispTableDetails) Reset()
type BierDispTableDump ¶
type BierDispTableDump struct{}
BierDispTableDump represents VPP binary API message 'bier_disp_table_dump'.
func (*BierDispTableDump) GetCrcString ¶
func (*BierDispTableDump) GetCrcString() string
func (*BierDispTableDump) GetMessageName ¶
func (*BierDispTableDump) GetMessageName() string
func (*BierDispTableDump) GetMessageType ¶
func (*BierDispTableDump) GetMessageType() api.MessageType
func (*BierDispTableDump) Reset ¶
func (m *BierDispTableDump) Reset()
type BierImpAdd ¶
type BierImpAdd struct { BiTblID BierTableID BiSrc uint16 BiNBytes uint8 `struc:"sizeof=BiBytes"` BiBytes []byte }
BierImpAdd represents VPP binary API message 'bier_imp_add'.
func (*BierImpAdd) GetCrcString ¶
func (*BierImpAdd) GetCrcString() string
func (*BierImpAdd) GetMessageName ¶
func (*BierImpAdd) GetMessageName() string
func (*BierImpAdd) GetMessageType ¶
func (*BierImpAdd) GetMessageType() api.MessageType
func (*BierImpAdd) Reset ¶
func (m *BierImpAdd) Reset()
type BierImpAddReply ¶
BierImpAddReply represents VPP binary API message 'bier_imp_add_reply'.
func (*BierImpAddReply) GetCrcString ¶
func (*BierImpAddReply) GetCrcString() string
func (*BierImpAddReply) GetMessageName ¶
func (*BierImpAddReply) GetMessageName() string
func (*BierImpAddReply) GetMessageType ¶
func (*BierImpAddReply) GetMessageType() api.MessageType
func (*BierImpAddReply) Reset ¶
func (m *BierImpAddReply) Reset()
type BierImpDel ¶
type BierImpDel struct {
BiIndex uint32
}
BierImpDel represents VPP binary API message 'bier_imp_del'.
func (*BierImpDel) GetCrcString ¶
func (*BierImpDel) GetCrcString() string
func (*BierImpDel) GetMessageName ¶
func (*BierImpDel) GetMessageName() string
func (*BierImpDel) GetMessageType ¶
func (*BierImpDel) GetMessageType() api.MessageType
func (*BierImpDel) Reset ¶
func (m *BierImpDel) Reset()
type BierImpDelReply ¶
type BierImpDelReply struct {
Retval int32
}
BierImpDelReply represents VPP binary API message 'bier_imp_del_reply'.
func (*BierImpDelReply) GetCrcString ¶
func (*BierImpDelReply) GetCrcString() string
func (*BierImpDelReply) GetMessageName ¶
func (*BierImpDelReply) GetMessageName() string
func (*BierImpDelReply) GetMessageType ¶
func (*BierImpDelReply) GetMessageType() api.MessageType
func (*BierImpDelReply) Reset ¶
func (m *BierImpDelReply) Reset()
type BierImpDetails ¶
type BierImpDetails struct { BiTblID BierTableID BiSrc uint16 BiNBytes uint8 `struc:"sizeof=BiBytes"` BiBytes []byte }
BierImpDetails represents VPP binary API message 'bier_imp_details'.
func (*BierImpDetails) GetCrcString ¶
func (*BierImpDetails) GetCrcString() string
func (*BierImpDetails) GetMessageName ¶
func (*BierImpDetails) GetMessageName() string
func (*BierImpDetails) GetMessageType ¶
func (*BierImpDetails) GetMessageType() api.MessageType
func (*BierImpDetails) Reset ¶
func (m *BierImpDetails) Reset()
type BierImpDump ¶
type BierImpDump struct{}
BierImpDump represents VPP binary API message 'bier_imp_dump'.
func (*BierImpDump) GetCrcString ¶
func (*BierImpDump) GetCrcString() string
func (*BierImpDump) GetMessageName ¶
func (*BierImpDump) GetMessageName() string
func (*BierImpDump) GetMessageType ¶
func (*BierImpDump) GetMessageType() api.MessageType
func (*BierImpDump) Reset ¶
func (m *BierImpDump) Reset()
type BierRoute ¶
type BierRoute struct { BrBp uint32 BrTblID BierTableID BrNPaths uint8 `struc:"sizeof=BrPaths"` BrPaths []FibPath }
BierRoute represents VPP binary API type 'bier_route'.
func (*BierRoute) GetTypeName ¶
type BierRouteAddDel ¶
BierRouteAddDel represents VPP binary API message 'bier_route_add_del'.
func (*BierRouteAddDel) GetCrcString ¶
func (*BierRouteAddDel) GetCrcString() string
func (*BierRouteAddDel) GetMessageName ¶
func (*BierRouteAddDel) GetMessageName() string
func (*BierRouteAddDel) GetMessageType ¶
func (*BierRouteAddDel) GetMessageType() api.MessageType
func (*BierRouteAddDel) Reset ¶
func (m *BierRouteAddDel) Reset()
type BierRouteAddDelReply ¶
type BierRouteAddDelReply struct {
Retval int32
}
BierRouteAddDelReply represents VPP binary API message 'bier_route_add_del_reply'.
func (*BierRouteAddDelReply) GetCrcString ¶
func (*BierRouteAddDelReply) GetCrcString() string
func (*BierRouteAddDelReply) GetMessageName ¶
func (*BierRouteAddDelReply) GetMessageName() string
func (*BierRouteAddDelReply) GetMessageType ¶
func (*BierRouteAddDelReply) GetMessageType() api.MessageType
func (*BierRouteAddDelReply) Reset ¶
func (m *BierRouteAddDelReply) Reset()
type BierRouteDetails ¶
type BierRouteDetails struct {
BrRoute BierRoute
}
BierRouteDetails represents VPP binary API message 'bier_route_details'.
func (*BierRouteDetails) GetCrcString ¶
func (*BierRouteDetails) GetCrcString() string
func (*BierRouteDetails) GetMessageName ¶
func (*BierRouteDetails) GetMessageName() string
func (*BierRouteDetails) GetMessageType ¶
func (*BierRouteDetails) GetMessageType() api.MessageType
func (*BierRouteDetails) Reset ¶
func (m *BierRouteDetails) Reset()
type BierRouteDump ¶
type BierRouteDump struct {
BrTblID BierTableID
}
BierRouteDump represents VPP binary API message 'bier_route_dump'.
func (*BierRouteDump) GetCrcString ¶
func (*BierRouteDump) GetCrcString() string
func (*BierRouteDump) GetMessageName ¶
func (*BierRouteDump) GetMessageName() string
func (*BierRouteDump) GetMessageType ¶
func (*BierRouteDump) GetMessageType() api.MessageType
func (*BierRouteDump) Reset ¶
func (m *BierRouteDump) Reset()
type BierTableAddDel ¶
type BierTableAddDel struct { BtTblID BierTableID BtLabel uint32 BtIsAdd bool }
BierTableAddDel represents VPP binary API message 'bier_table_add_del'.
func (*BierTableAddDel) GetCrcString ¶
func (*BierTableAddDel) GetCrcString() string
func (*BierTableAddDel) GetMessageName ¶
func (*BierTableAddDel) GetMessageName() string
func (*BierTableAddDel) GetMessageType ¶
func (*BierTableAddDel) GetMessageType() api.MessageType
func (*BierTableAddDel) Reset ¶
func (m *BierTableAddDel) Reset()
type BierTableAddDelReply ¶
type BierTableAddDelReply struct {
Retval int32
}
BierTableAddDelReply represents VPP binary API message 'bier_table_add_del_reply'.
func (*BierTableAddDelReply) GetCrcString ¶
func (*BierTableAddDelReply) GetCrcString() string
func (*BierTableAddDelReply) GetMessageName ¶
func (*BierTableAddDelReply) GetMessageName() string
func (*BierTableAddDelReply) GetMessageType ¶
func (*BierTableAddDelReply) GetMessageType() api.MessageType
func (*BierTableAddDelReply) Reset ¶
func (m *BierTableAddDelReply) Reset()
type BierTableDetails ¶
type BierTableDetails struct { BtLabel uint32 BtTblID BierTableID }
BierTableDetails represents VPP binary API message 'bier_table_details'.
func (*BierTableDetails) GetCrcString ¶
func (*BierTableDetails) GetCrcString() string
func (*BierTableDetails) GetMessageName ¶
func (*BierTableDetails) GetMessageName() string
func (*BierTableDetails) GetMessageType ¶
func (*BierTableDetails) GetMessageType() api.MessageType
func (*BierTableDetails) Reset ¶
func (m *BierTableDetails) Reset()
type BierTableDump ¶
type BierTableDump struct{}
BierTableDump represents VPP binary API message 'bier_table_dump'.
func (*BierTableDump) GetCrcString ¶
func (*BierTableDump) GetCrcString() string
func (*BierTableDump) GetMessageName ¶
func (*BierTableDump) GetMessageName() string
func (*BierTableDump) GetMessageType ¶
func (*BierTableDump) GetMessageType() api.MessageType
func (*BierTableDump) Reset ¶
func (m *BierTableDump) Reset()
type BierTableID ¶
BierTableID represents VPP binary API type 'bier_table_id'.
func (*BierTableID) GetTypeName ¶
func (*BierTableID) GetTypeName() string
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 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 { DumpBierDispEntry(ctx context.Context, in *BierDispEntryDump) (RPCService_DumpBierDispEntryClient, error) DumpBierDispTable(ctx context.Context, in *BierDispTableDump) (RPCService_DumpBierDispTableClient, error) DumpBierImp(ctx context.Context, in *BierImpDump) (RPCService_DumpBierImpClient, error) DumpBierRoute(ctx context.Context, in *BierRouteDump) (RPCService_DumpBierRouteClient, error) DumpBierTable(ctx context.Context, in *BierTableDump) (RPCService_DumpBierTableClient, error) BierDispEntryAddDel(ctx context.Context, in *BierDispEntryAddDel) (*BierDispEntryAddDelReply, error) BierDispTableAddDel(ctx context.Context, in *BierDispTableAddDel) (*BierDispTableAddDelReply, error) BierImpAdd(ctx context.Context, in *BierImpAdd) (*BierImpAddReply, error) BierImpDel(ctx context.Context, in *BierImpDel) (*BierImpDelReply, error) BierRouteAddDel(ctx context.Context, in *BierRouteAddDel) (*BierRouteAddDelReply, error) BierTableAddDel(ctx context.Context, in *BierTableAddDel) (*BierTableAddDelReply, error) }
RPCService represents RPC service API for bier module.
func NewServiceClient ¶
func NewServiceClient(ch api.Channel) RPCService
type RPCService_DumpBierDispEntryClient ¶
type RPCService_DumpBierDispEntryClient interface {
Recv() (*BierDispEntryDetails, error)
}
type RPCService_DumpBierDispTableClient ¶
type RPCService_DumpBierDispTableClient interface {
Recv() (*BierDispTableDetails, error)
}
type RPCService_DumpBierImpClient ¶
type RPCService_DumpBierImpClient interface {
Recv() (*BierImpDetails, error)
}
type RPCService_DumpBierRouteClient ¶
type RPCService_DumpBierRouteClient interface {
Recv() (*BierRouteDetails, error)
}
type RPCService_DumpBierTableClient ¶
type RPCService_DumpBierTableClient interface {
Recv() (*BierTableDetails, error)
}