Versions in this module Expand all Collapse all v0 v0.0.1 May 10, 2024 Changes in this version + const APIFile + const APIVersion + const VersionCrc + func AllMessages() []api.Message + type RPCService interface + SwInterfaceLacpDump func(ctx context.Context, in *SwInterfaceLacpDump) (RPCService_SwInterfaceLacpDumpClient, error) + func NewServiceClient(conn api.Connection) RPCService + type RPCService_SwInterfaceLacpDumpClient interface + Recv func() (*SwInterfaceLacpDetails, error) + type SwInterfaceLacpDetails struct + ActorKey uint16 + ActorPortNumber uint16 + ActorPortPriority uint16 + ActorState uint8 + ActorSystem ethernet_types.MacAddress + ActorSystemPriority uint16 + BondInterfaceName string + InterfaceName string + MuxState uint32 + PartnerKey uint16 + PartnerPortNumber uint16 + PartnerPortPriority uint16 + PartnerState uint8 + PartnerSystem ethernet_types.MacAddress + PartnerSystemPriority uint16 + PtxState uint32 + RxState uint32 + SwIfIndex interface_types.InterfaceIndex + TxState uint32 + func (*SwInterfaceLacpDetails) GetCrcString() string + func (*SwInterfaceLacpDetails) GetMessageName() string + func (*SwInterfaceLacpDetails) GetMessageType() api.MessageType + func (m *SwInterfaceLacpDetails) Marshal(b []byte) ([]byte, error) + func (m *SwInterfaceLacpDetails) Reset() + func (m *SwInterfaceLacpDetails) Size() (size int) + func (m *SwInterfaceLacpDetails) Unmarshal(b []byte) error + type SwInterfaceLacpDump struct + func (*SwInterfaceLacpDump) GetCrcString() string + func (*SwInterfaceLacpDump) GetMessageName() string + func (*SwInterfaceLacpDump) GetMessageType() api.MessageType + func (m *SwInterfaceLacpDump) Marshal(b []byte) ([]byte, error) + func (m *SwInterfaceLacpDump) Reset() + func (m *SwInterfaceLacpDump) Size() (size int) + func (m *SwInterfaceLacpDump) Unmarshal(b []byte) error