Versions in this module Expand all Collapse all v0 v0.8.0 Dec 28, 2023 Changes in this version + const APIFile + const APIVersion + const VersionCrc + func AllMessages() []api.Message + type DHCP6PdClientEnableDisable struct + Enable bool + PrefixGroup string + SwIfIndex interface_types.InterfaceIndex + func (*DHCP6PdClientEnableDisable) GetCrcString() string + func (*DHCP6PdClientEnableDisable) GetMessageName() string + func (*DHCP6PdClientEnableDisable) GetMessageType() api.MessageType + func (m *DHCP6PdClientEnableDisable) Marshal(b []byte) ([]byte, error) + func (m *DHCP6PdClientEnableDisable) Reset() + func (m *DHCP6PdClientEnableDisable) Size() (size int) + func (m *DHCP6PdClientEnableDisable) Unmarshal(b []byte) error + type DHCP6PdClientEnableDisableReply struct + Retval int32 + func (*DHCP6PdClientEnableDisableReply) GetCrcString() string + func (*DHCP6PdClientEnableDisableReply) GetMessageName() string + func (*DHCP6PdClientEnableDisableReply) GetMessageType() api.MessageType + func (m *DHCP6PdClientEnableDisableReply) Marshal(b []byte) ([]byte, error) + func (m *DHCP6PdClientEnableDisableReply) Reset() + func (m *DHCP6PdClientEnableDisableReply) Size() (size int) + func (m *DHCP6PdClientEnableDisableReply) Unmarshal(b []byte) error + type IP6AddDelAddressUsingPrefix struct + AddressWithPrefix ip_types.IP6AddressWithPrefix + IsAdd bool + PrefixGroup string + SwIfIndex interface_types.InterfaceIndex + func (*IP6AddDelAddressUsingPrefix) GetCrcString() string + func (*IP6AddDelAddressUsingPrefix) GetMessageName() string + func (*IP6AddDelAddressUsingPrefix) GetMessageType() api.MessageType + func (m *IP6AddDelAddressUsingPrefix) Marshal(b []byte) ([]byte, error) + func (m *IP6AddDelAddressUsingPrefix) Reset() + func (m *IP6AddDelAddressUsingPrefix) Size() (size int) + func (m *IP6AddDelAddressUsingPrefix) Unmarshal(b []byte) error + type IP6AddDelAddressUsingPrefixReply struct + Retval int32 + func (*IP6AddDelAddressUsingPrefixReply) GetCrcString() string + func (*IP6AddDelAddressUsingPrefixReply) GetMessageName() string + func (*IP6AddDelAddressUsingPrefixReply) GetMessageType() api.MessageType + func (m *IP6AddDelAddressUsingPrefixReply) Marshal(b []byte) ([]byte, error) + func (m *IP6AddDelAddressUsingPrefixReply) Reset() + func (m *IP6AddDelAddressUsingPrefixReply) Size() (size int) + func (m *IP6AddDelAddressUsingPrefixReply) Unmarshal(b []byte) error + type RPCService interface + DHCP6PdClientEnableDisable func(ctx context.Context, in *DHCP6PdClientEnableDisable) (*DHCP6PdClientEnableDisableReply, error) + IP6AddDelAddressUsingPrefix func(ctx context.Context, in *IP6AddDelAddressUsingPrefix) (*IP6AddDelAddressUsingPrefixReply, error) + func NewServiceClient(conn api.Connection) RPCService