Documentation ¶
Index ¶
- Constants
- Variables
- func InterfaceAddressKey(iface, address string, source netalloc.IPAddressSource) string
- func InterfaceAddressPrefix(iface string) string
- func InterfaceHostNameKey(hostName string) string
- func InterfaceHostNameWithAddrKey(hostName, address string) string
- func InterfaceHostNameWithVrfKey(hostName, vrf string) string
- func InterfaceKey(name string) string
- func InterfaceStateKey(ifName string, ifIsUp bool) string
- func InterfaceVrfKey(iface string, vrf string) string
- func ParseInterfaceAddressKey(key string) (iface, address string, source netalloc.IPAddressSource, ...)
- func ParseInterfaceStateKey(key string) (ifName string, ifIsUp bool, isStateKey bool)
- func ParseInterfaceVrfKey(key string) (iface string, vrf string, invalidKey, isVrfKey bool)
- type Interface
- func (*Interface) Descriptor() ([]byte, []int)deprecated
- func (x *Interface) GetEnabled() bool
- func (x *Interface) GetHostIfName() string
- func (x *Interface) GetIpAddresses() []string
- func (m *Interface) GetLink() isInterface_Link
- func (x *Interface) GetLinkOnly() bool
- func (x *Interface) GetMtu() uint32
- func (x *Interface) GetName() string
- func (x *Interface) GetNamespace() *namespace.NetNamespace
- func (x *Interface) GetPhysAddress() string
- func (x *Interface) GetTap() *TapLink
- func (x *Interface) GetType() Interface_Type
- func (x *Interface) GetVeth() *VethLink
- func (x *Interface) GetVrfDev() *VrfDevLink
- func (x *Interface) GetVrfMasterInterface() string
- func (*Interface) ProtoMessage()
- func (x *Interface) ProtoReflect() protoreflect.Message
- func (x *Interface) Reset()
- func (x *Interface) String() string
- type InterfaceNotification
- func (*InterfaceNotification) Descriptor() ([]byte, []int)deprecated
- func (x *InterfaceNotification) GetState() *InterfaceState
- func (x *InterfaceNotification) GetType() InterfaceNotification_NotifType
- func (*InterfaceNotification) ProtoMessage()
- func (x *InterfaceNotification) ProtoReflect() protoreflect.Message
- func (x *InterfaceNotification) Reset()
- func (x *InterfaceNotification) String() string
- type InterfaceNotification_NotifType
- func (InterfaceNotification_NotifType) Descriptor() protoreflect.EnumDescriptor
- func (x InterfaceNotification_NotifType) Enum() *InterfaceNotification_NotifType
- func (InterfaceNotification_NotifType) EnumDescriptor() ([]byte, []int)deprecated
- func (x InterfaceNotification_NotifType) Number() protoreflect.EnumNumber
- func (x InterfaceNotification_NotifType) String() string
- func (InterfaceNotification_NotifType) Type() protoreflect.EnumType
- type InterfaceState
- func (*InterfaceState) Descriptor() ([]byte, []int)deprecated
- func (x *InterfaceState) GetAdminStatus() InterfaceState_Status
- func (x *InterfaceState) GetIfIndex() int32
- func (x *InterfaceState) GetInternalName() string
- func (x *InterfaceState) GetLastChange() int64
- func (x *InterfaceState) GetMtu() uint32
- func (x *InterfaceState) GetName() string
- func (x *InterfaceState) GetOperStatus() InterfaceState_Status
- func (x *InterfaceState) GetPhysAddress() string
- func (x *InterfaceState) GetSpeed() uint64
- func (x *InterfaceState) GetStatistics() *InterfaceState_Statistics
- func (x *InterfaceState) GetType() Interface_Type
- func (*InterfaceState) ProtoMessage()
- func (x *InterfaceState) ProtoReflect() protoreflect.Message
- func (x *InterfaceState) Reset()
- func (x *InterfaceState) String() string
- type InterfaceState_Statistics
- func (*InterfaceState_Statistics) Descriptor() ([]byte, []int)deprecated
- func (x *InterfaceState_Statistics) GetDropPackets() uint64
- func (x *InterfaceState_Statistics) GetInBytes() uint64
- func (x *InterfaceState_Statistics) GetInErrorPackets() uint64
- func (x *InterfaceState_Statistics) GetInPackets() uint64
- func (x *InterfaceState_Statistics) GetOutBytes() uint64
- func (x *InterfaceState_Statistics) GetOutErrorPackets() uint64
- func (x *InterfaceState_Statistics) GetOutPackets() uint64
- func (*InterfaceState_Statistics) ProtoMessage()
- func (x *InterfaceState_Statistics) ProtoReflect() protoreflect.Message
- func (x *InterfaceState_Statistics) Reset()
- func (x *InterfaceState_Statistics) String() string
- type InterfaceState_Status
- func (InterfaceState_Status) Descriptor() protoreflect.EnumDescriptor
- func (x InterfaceState_Status) Enum() *InterfaceState_Status
- func (InterfaceState_Status) EnumDescriptor() ([]byte, []int)deprecated
- func (x InterfaceState_Status) Number() protoreflect.EnumNumber
- func (x InterfaceState_Status) String() string
- func (InterfaceState_Status) Type() protoreflect.EnumType
- type Interface_Tap
- type Interface_Type
- func (Interface_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Interface_Type) Enum() *Interface_Type
- func (Interface_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Interface_Type) Number() protoreflect.EnumNumber
- func (x Interface_Type) String() string
- func (Interface_Type) Type() protoreflect.EnumType
- type Interface_Veth
- type Interface_VrfDev
- type TapLink
- type VethLink
- func (*VethLink) Descriptor() ([]byte, []int)deprecated
- func (x *VethLink) GetPeerIfName() string
- func (x *VethLink) GetRxChecksumOffloading() VethLink_ChecksumOffloading
- func (x *VethLink) GetTxChecksumOffloading() VethLink_ChecksumOffloading
- func (*VethLink) ProtoMessage()
- func (x *VethLink) ProtoReflect() protoreflect.Message
- func (x *VethLink) Reset()
- func (x *VethLink) String() string
- type VethLink_ChecksumOffloading
- func (VethLink_ChecksumOffloading) Descriptor() protoreflect.EnumDescriptor
- func (x VethLink_ChecksumOffloading) Enum() *VethLink_ChecksumOffloading
- func (VethLink_ChecksumOffloading) EnumDescriptor() ([]byte, []int)deprecated
- func (x VethLink_ChecksumOffloading) Number() protoreflect.EnumNumber
- func (x VethLink_ChecksumOffloading) String() string
- func (VethLink_ChecksumOffloading) Type() protoreflect.EnumType
- type VrfDevLink
Constants ¶
const ( // InterfaceHostNameKeyPrefix is the common prefix of all keys representing // existing Linux interfaces in the default namespace (referenced by host names). InterfaceHostNameKeyPrefix = "linux/interface/host-name/" // InterfaceStateKeyPrefix is used as a common prefix for keys derived from // interfaces to represent the interface admin state (up/down). InterfaceStateKeyPrefix = "linux/interface/state/" )
const (
// InvalidKeyPart is used in key for parts which are invalid
InvalidKeyPart = "<invalid>"
)
const ModuleName = "linux.interfaces"
ModuleName is the module name used for models.
Variables ¶
var ( Interface_Type_name = map[int32]string{ 0: "UNDEFINED", 1: "VETH", 2: "TAP_TO_VPP", 3: "LOOPBACK", 4: "EXISTING", 5: "VRF_DEVICE", 6: "DUMMY", } Interface_Type_value = map[string]int32{ "UNDEFINED": 0, "VETH": 1, "TAP_TO_VPP": 2, "LOOPBACK": 3, "EXISTING": 4, "VRF_DEVICE": 5, "DUMMY": 6, } )
Enum value maps for Interface_Type.
var ( VethLink_ChecksumOffloading_name = map[int32]string{ 0: "CHKSM_OFFLOAD_DEFAULT", 1: "CHKSM_OFFLOAD_ENABLED", 2: "CHKSM_OFFLOAD_DISABLED", } VethLink_ChecksumOffloading_value = map[string]int32{ "CHKSM_OFFLOAD_DEFAULT": 0, "CHKSM_OFFLOAD_ENABLED": 1, "CHKSM_OFFLOAD_DISABLED": 2, } )
Enum value maps for VethLink_ChecksumOffloading.
var ( InterfaceState_Status_name = map[int32]string{ 0: "UNKNOWN_STATUS", 1: "UP", 2: "DOWN", 3: "DELETED", } InterfaceState_Status_value = map[string]int32{ "UNKNOWN_STATUS": 0, "UP": 1, "DOWN": 2, "DELETED": 3, } )
Enum value maps for InterfaceState_Status.
var ( InterfaceNotification_NotifType_name = map[int32]string{ 0: "UNKNOWN", 1: "UPDOWN", } InterfaceNotification_NotifType_value = map[string]int32{ "UNKNOWN": 0, "UPDOWN": 1, } )
Enum value maps for InterfaceNotification_NotifType.
var File_ligato_linux_interfaces_interface_proto protoreflect.FileDescriptor
var File_ligato_linux_interfaces_state_proto protoreflect.FileDescriptor
var ( ModelInterface = models.Register(&Interface{}, models.Spec{ Module: ModuleName, Version: "v2", Type: "interface", }) )
Functions ¶
func InterfaceAddressKey ¶
func InterfaceAddressKey(iface, address string, source netalloc.IPAddressSource) string
InterfaceAddressKey returns key representing IP address assigned to Linux interface. With undefined vrf the returned key can be also used as a key prefix, matching derived interface address key regardless of the VRF to which it belongs.
func InterfaceAddressPrefix ¶
InterfaceAddressPrefix returns longest-common prefix of keys representing assigned IP addresses to a specific Linux interface.
func InterfaceHostNameKey ¶
InterfaceHostNameKey returns key representing Linux interface host name.
func InterfaceHostNameWithAddrKey ¶ added in v3.3.0
InterfaceHostNameWithAddrKey returns key representing assignment of an IP address to a Linux interface referenced by its host name. If address is empty, the function returns key prefix matching any IP address.
func InterfaceHostNameWithVrfKey ¶ added in v3.3.0
InterfaceHostNameWithVrfKey returns key representing association between Linux interface and Linux VRF, both referenced by host names. If vrf is empty, the function returns key prefix matching any VRF.
func InterfaceKey ¶
InterfaceKey returns the key used in ETCD to store configuration of a particular Linux interface.
func InterfaceStateKey ¶
InterfaceStateKey returns key representing admin state of a Linux interface.
func InterfaceVrfKey ¶ added in v3.2.0
InterfaceVrfKey returns key representing assignment of a Linux interface into a VRF.
func ParseInterfaceAddressKey ¶
func ParseInterfaceAddressKey(key string) (iface, address string, source netalloc.IPAddressSource, invalidKey, isAddrKey bool)
ParseInterfaceAddressKey parses interface address from key derived from interface by InterfaceAddressKey().
func ParseInterfaceStateKey ¶
ParseInterfaceStateKey parses interface name and state from key derived from interface by InterfaceStateKey().
Types ¶
type Interface ¶
type Interface struct { // Name is mandatory field representing logical name for the interface. // It must be unique across all configured interfaces. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Type represents the type of interface and It must match with actual Link. Type Interface_Type `protobuf:"varint,2,opt,name=type,proto3,enum=ligato.linux.interfaces.Interface_Type" json:"type,omitempty"` // Namespace is a reference to a Linux network namespace where the interface // should be put into. Namespace *namespace.NetNamespace `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"` // Name of the interface in the host OS. If not set, the host name will be // the same as the interface logical name. HostIfName string `protobuf:"bytes,4,opt,name=host_if_name,json=hostIfName,proto3" json:"host_if_name,omitempty"` // Enabled controls if the interface should be UP. Enabled bool `protobuf:"varint,5,opt,name=enabled,proto3" json:"enabled,omitempty"` // IPAddresses define list of IP addresses for the interface and must be // defined in the following format: <ipAddress>/<ipPrefix>. // Interface IP address can be also allocated via netalloc plugin and // referenced here, see: api/models/netalloc/netalloc.proto IpAddresses []string `protobuf:"bytes,6,rep,name=ip_addresses,json=ipAddresses,proto3" json:"ip_addresses,omitempty"` // PhysAddress represents physical address (MAC) of the interface. // Random address will be assigned if left empty. // Not used (and not supported) by VRF devices. PhysAddress string `protobuf:"bytes,7,opt,name=phys_address,json=physAddress,proto3" json:"phys_address,omitempty"` // MTU is the maximum transmission unit value. Mtu uint32 `protobuf:"varint,8,opt,name=mtu,proto3" json:"mtu,omitempty"` // Types that are assignable to Link: // *Interface_Veth // *Interface_Tap // *Interface_VrfDev Link isInterface_Link `protobuf_oneof:"link"` // Configure/Resync link only. IP/MAC addresses are expected to be configured // externally - i.e. by a different agent or manually via CLI. LinkOnly bool `protobuf:"varint,9,opt,name=link_only,json=linkOnly,proto3" json:"link_only,omitempty"` // Reference to the logical name of a VRF_DEVICE interface. // If defined, this interface will be enslaved to the VRF device and will thus become // part of the VRF (L3-level separation) that the device represents. // Interfaces enslaved to the same VRF_DEVICE master interface therefore // comprise single VRF with a separate routing table. VrfMasterInterface string `protobuf:"bytes,10,opt,name=vrf_master_interface,json=vrfMasterInterface,proto3" json:"vrf_master_interface,omitempty"` // contains filtered or unexported fields }
func (*Interface) Descriptor
deprecated
func (*Interface) GetEnabled ¶
func (*Interface) GetHostIfName ¶
func (*Interface) GetIpAddresses ¶
func (*Interface) GetLinkOnly ¶
func (*Interface) GetNamespace ¶
func (x *Interface) GetNamespace() *namespace.NetNamespace
func (*Interface) GetPhysAddress ¶
func (*Interface) GetType ¶
func (x *Interface) GetType() Interface_Type
func (*Interface) GetVrfDev ¶ added in v3.2.0
func (x *Interface) GetVrfDev() *VrfDevLink
func (*Interface) GetVrfMasterInterface ¶ added in v3.2.0
func (*Interface) ProtoMessage ¶
func (*Interface) ProtoMessage()
func (*Interface) ProtoReflect ¶ added in v3.2.0
func (x *Interface) ProtoReflect() protoreflect.Message
type InterfaceNotification ¶ added in v3.3.0
type InterfaceNotification struct { Type InterfaceNotification_NotifType `protobuf:"varint,1,opt,name=type,proto3,enum=ligato.linux.interfaces.InterfaceNotification_NotifType" json:"type,omitempty"` State *InterfaceState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*InterfaceNotification) Descriptor
deprecated
added in
v3.3.0
func (*InterfaceNotification) Descriptor() ([]byte, []int)
Deprecated: Use InterfaceNotification.ProtoReflect.Descriptor instead.
func (*InterfaceNotification) GetState ¶ added in v3.3.0
func (x *InterfaceNotification) GetState() *InterfaceState
func (*InterfaceNotification) GetType ¶ added in v3.3.0
func (x *InterfaceNotification) GetType() InterfaceNotification_NotifType
func (*InterfaceNotification) ProtoMessage ¶ added in v3.3.0
func (*InterfaceNotification) ProtoMessage()
func (*InterfaceNotification) ProtoReflect ¶ added in v3.3.0
func (x *InterfaceNotification) ProtoReflect() protoreflect.Message
func (*InterfaceNotification) Reset ¶ added in v3.3.0
func (x *InterfaceNotification) Reset()
func (*InterfaceNotification) String ¶ added in v3.3.0
func (x *InterfaceNotification) String() string
type InterfaceNotification_NotifType ¶ added in v3.3.0
type InterfaceNotification_NotifType int32
const ( InterfaceNotification_UNKNOWN InterfaceNotification_NotifType = 0 InterfaceNotification_UPDOWN InterfaceNotification_NotifType = 1 )
func (InterfaceNotification_NotifType) Descriptor ¶ added in v3.3.0
func (InterfaceNotification_NotifType) Descriptor() protoreflect.EnumDescriptor
func (InterfaceNotification_NotifType) Enum ¶ added in v3.3.0
func (x InterfaceNotification_NotifType) Enum() *InterfaceNotification_NotifType
func (InterfaceNotification_NotifType) EnumDescriptor
deprecated
added in
v3.3.0
func (InterfaceNotification_NotifType) EnumDescriptor() ([]byte, []int)
Deprecated: Use InterfaceNotification_NotifType.Descriptor instead.
func (InterfaceNotification_NotifType) Number ¶ added in v3.3.0
func (x InterfaceNotification_NotifType) Number() protoreflect.EnumNumber
func (InterfaceNotification_NotifType) String ¶ added in v3.3.0
func (x InterfaceNotification_NotifType) String() string
func (InterfaceNotification_NotifType) Type ¶ added in v3.3.0
func (InterfaceNotification_NotifType) Type() protoreflect.EnumType
type InterfaceState ¶ added in v3.3.0
type InterfaceState struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` InternalName string `protobuf:"bytes,2,opt,name=internal_name,json=internalName,proto3" json:"internal_name,omitempty"` Type Interface_Type `protobuf:"varint,3,opt,name=type,proto3,enum=ligato.linux.interfaces.Interface_Type" json:"type,omitempty"` IfIndex int32 `protobuf:"varint,4,opt,name=if_index,json=ifIndex,proto3" json:"if_index,omitempty"` AdminStatus InterfaceState_Status `` /* 146-byte string literal not displayed */ OperStatus InterfaceState_Status `` /* 143-byte string literal not displayed */ LastChange int64 `protobuf:"varint,7,opt,name=last_change,json=lastChange,proto3" json:"last_change,omitempty"` PhysAddress string `protobuf:"bytes,8,opt,name=phys_address,json=physAddress,proto3" json:"phys_address,omitempty"` Speed uint64 `protobuf:"varint,9,opt,name=speed,proto3" json:"speed,omitempty"` Mtu uint32 `protobuf:"varint,10,opt,name=mtu,proto3" json:"mtu,omitempty"` Statistics *InterfaceState_Statistics `protobuf:"bytes,100,opt,name=statistics,proto3" json:"statistics,omitempty"` // contains filtered or unexported fields }
func (*InterfaceState) Descriptor
deprecated
added in
v3.3.0
func (*InterfaceState) Descriptor() ([]byte, []int)
Deprecated: Use InterfaceState.ProtoReflect.Descriptor instead.
func (*InterfaceState) GetAdminStatus ¶ added in v3.3.0
func (x *InterfaceState) GetAdminStatus() InterfaceState_Status
func (*InterfaceState) GetIfIndex ¶ added in v3.3.0
func (x *InterfaceState) GetIfIndex() int32
func (*InterfaceState) GetInternalName ¶ added in v3.3.0
func (x *InterfaceState) GetInternalName() string
func (*InterfaceState) GetLastChange ¶ added in v3.3.0
func (x *InterfaceState) GetLastChange() int64
func (*InterfaceState) GetMtu ¶ added in v3.3.0
func (x *InterfaceState) GetMtu() uint32
func (*InterfaceState) GetName ¶ added in v3.3.0
func (x *InterfaceState) GetName() string
func (*InterfaceState) GetOperStatus ¶ added in v3.3.0
func (x *InterfaceState) GetOperStatus() InterfaceState_Status
func (*InterfaceState) GetPhysAddress ¶ added in v3.3.0
func (x *InterfaceState) GetPhysAddress() string
func (*InterfaceState) GetSpeed ¶ added in v3.3.0
func (x *InterfaceState) GetSpeed() uint64
func (*InterfaceState) GetStatistics ¶ added in v3.3.0
func (x *InterfaceState) GetStatistics() *InterfaceState_Statistics
func (*InterfaceState) GetType ¶ added in v3.3.0
func (x *InterfaceState) GetType() Interface_Type
func (*InterfaceState) ProtoMessage ¶ added in v3.3.0
func (*InterfaceState) ProtoMessage()
func (*InterfaceState) ProtoReflect ¶ added in v3.3.0
func (x *InterfaceState) ProtoReflect() protoreflect.Message
func (*InterfaceState) Reset ¶ added in v3.3.0
func (x *InterfaceState) Reset()
func (*InterfaceState) String ¶ added in v3.3.0
func (x *InterfaceState) String() string
type InterfaceState_Statistics ¶ added in v3.3.0
type InterfaceState_Statistics struct { InPackets uint64 `protobuf:"varint,1,opt,name=in_packets,json=inPackets,proto3" json:"in_packets,omitempty"` InBytes uint64 `protobuf:"varint,2,opt,name=in_bytes,json=inBytes,proto3" json:"in_bytes,omitempty"` OutPackets uint64 `protobuf:"varint,3,opt,name=out_packets,json=outPackets,proto3" json:"out_packets,omitempty"` OutBytes uint64 `protobuf:"varint,4,opt,name=out_bytes,json=outBytes,proto3" json:"out_bytes,omitempty"` DropPackets uint64 `protobuf:"varint,5,opt,name=drop_packets,json=dropPackets,proto3" json:"drop_packets,omitempty"` InErrorPackets uint64 `protobuf:"varint,6,opt,name=in_error_packets,json=inErrorPackets,proto3" json:"in_error_packets,omitempty"` OutErrorPackets uint64 `protobuf:"varint,7,opt,name=out_error_packets,json=outErrorPackets,proto3" json:"out_error_packets,omitempty"` // contains filtered or unexported fields }
func (*InterfaceState_Statistics) Descriptor
deprecated
added in
v3.3.0
func (*InterfaceState_Statistics) Descriptor() ([]byte, []int)
Deprecated: Use InterfaceState_Statistics.ProtoReflect.Descriptor instead.
func (*InterfaceState_Statistics) GetDropPackets ¶ added in v3.3.0
func (x *InterfaceState_Statistics) GetDropPackets() uint64
func (*InterfaceState_Statistics) GetInBytes ¶ added in v3.3.0
func (x *InterfaceState_Statistics) GetInBytes() uint64
func (*InterfaceState_Statistics) GetInErrorPackets ¶ added in v3.3.0
func (x *InterfaceState_Statistics) GetInErrorPackets() uint64
func (*InterfaceState_Statistics) GetInPackets ¶ added in v3.3.0
func (x *InterfaceState_Statistics) GetInPackets() uint64
func (*InterfaceState_Statistics) GetOutBytes ¶ added in v3.3.0
func (x *InterfaceState_Statistics) GetOutBytes() uint64
func (*InterfaceState_Statistics) GetOutErrorPackets ¶ added in v3.3.0
func (x *InterfaceState_Statistics) GetOutErrorPackets() uint64
func (*InterfaceState_Statistics) GetOutPackets ¶ added in v3.3.0
func (x *InterfaceState_Statistics) GetOutPackets() uint64
func (*InterfaceState_Statistics) ProtoMessage ¶ added in v3.3.0
func (*InterfaceState_Statistics) ProtoMessage()
func (*InterfaceState_Statistics) ProtoReflect ¶ added in v3.3.0
func (x *InterfaceState_Statistics) ProtoReflect() protoreflect.Message
func (*InterfaceState_Statistics) Reset ¶ added in v3.3.0
func (x *InterfaceState_Statistics) Reset()
func (*InterfaceState_Statistics) String ¶ added in v3.3.0
func (x *InterfaceState_Statistics) String() string
type InterfaceState_Status ¶ added in v3.3.0
type InterfaceState_Status int32
const ( InterfaceState_UNKNOWN_STATUS InterfaceState_Status = 0 InterfaceState_UP InterfaceState_Status = 1 InterfaceState_DOWN InterfaceState_Status = 2 InterfaceState_DELETED InterfaceState_Status = 3 )
func (InterfaceState_Status) Descriptor ¶ added in v3.3.0
func (InterfaceState_Status) Descriptor() protoreflect.EnumDescriptor
func (InterfaceState_Status) Enum ¶ added in v3.3.0
func (x InterfaceState_Status) Enum() *InterfaceState_Status
func (InterfaceState_Status) EnumDescriptor
deprecated
added in
v3.3.0
func (InterfaceState_Status) EnumDescriptor() ([]byte, []int)
Deprecated: Use InterfaceState_Status.Descriptor instead.
func (InterfaceState_Status) Number ¶ added in v3.3.0
func (x InterfaceState_Status) Number() protoreflect.EnumNumber
func (InterfaceState_Status) String ¶ added in v3.3.0
func (x InterfaceState_Status) String() string
func (InterfaceState_Status) Type ¶ added in v3.3.0
func (InterfaceState_Status) Type() protoreflect.EnumType
type Interface_Tap ¶
type Interface_Tap struct { // TAP_TO_VPP-specific configuration Tap *TapLink `protobuf:"bytes,21,opt,name=tap,proto3,oneof"` }
type Interface_Type ¶
type Interface_Type int32
const ( Interface_UNDEFINED Interface_Type = 0 Interface_VETH Interface_Type = 1 Interface_TAP_TO_VPP Interface_Type = 2 // TAP created by VPP to have the Linux-side further configured // LOOPBACK is used to attach configuration to an existing "lo" interface, // but unlike EXISTING type it is not limited to the default network namespace // (i.e. loopbacks in other containers can be referenced also). // To create an additional interface which effectively acts as a loopback, // use DUMMY interface (see below). Interface_LOOPBACK Interface_Type = 3 // Wait for and potentially attach additional network configuration to an interface // created externally (i.e. not by this agent) in the default network namespace // (i.e. same as used by the agent). // Behaviour of the EXISTING interface depends on the values of ip_addresses and // link_only attributes as follows: // 1. link_only=false and ip_addresses are empty: agent waits for interface to be created // externally and then configures it in the L2-only mode (resync will remove any IP addresses // configured from outside of the agent) // 2. link_only=false and ip_addresses are non-empty: agent waits for interface to be created // externally and then attaches the selected IP addresses to it (resync removes any other // IPs added externally) // 3. link_only=true and ip_addresses are empty: agent only waits for the interface // to exists (it doesn't wait for or change any IP addresses attached to it) // 4. link_only=true and ip_addresses are non empty: agent waits for the interface // to exists and the selected IP addresses to be assigned (i.e. there will be derived // value for each expected IP address in the PENDING state until the address is assigned // to the interface externally) Interface_EXISTING Interface_Type = 4 // In Linux, VRF is implemented as yet another type of netdevice (i.e. listed with `ip link show`). // Network interfaces are then assigned to VRF simply by enslaving them to the VRF device. // For more information, visit: https://www.kernel.org/doc/Documentation/networking/vrf.txt Interface_VRF_DEVICE Interface_Type = 5 // Create a dummy Linux interface which effectively behaves just like the loopback. Interface_DUMMY Interface_Type = 6 )
func (Interface_Type) Descriptor ¶ added in v3.2.0
func (Interface_Type) Descriptor() protoreflect.EnumDescriptor
func (Interface_Type) Enum ¶ added in v3.2.0
func (x Interface_Type) Enum() *Interface_Type
func (Interface_Type) EnumDescriptor
deprecated
func (Interface_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Interface_Type.Descriptor instead.
func (Interface_Type) Number ¶ added in v3.2.0
func (x Interface_Type) Number() protoreflect.EnumNumber
func (Interface_Type) String ¶
func (x Interface_Type) String() string
func (Interface_Type) Type ¶ added in v3.2.0
func (Interface_Type) Type() protoreflect.EnumType
type Interface_Veth ¶
type Interface_Veth struct { // VETH-specific configuration Veth *VethLink `protobuf:"bytes,20,opt,name=veth,proto3,oneof"` }
type Interface_VrfDev ¶ added in v3.2.0
type Interface_VrfDev struct { // VRF_DEVICE-specific configuration VrfDev *VrfDevLink `protobuf:"bytes,22,opt,name=vrf_dev,json=vrfDev,proto3,oneof"` }
type TapLink ¶
type TapLink struct { // Logical name of the VPP TAP interface (mandatory for TAP_TO_VPP) VppTapIfName string `protobuf:"bytes,1,opt,name=vpp_tap_if_name,json=vppTapIfName,proto3" json:"vpp_tap_if_name,omitempty"` // contains filtered or unexported fields }
func (*TapLink) Descriptor
deprecated
func (*TapLink) GetVppTapIfName ¶
func (*TapLink) ProtoMessage ¶
func (*TapLink) ProtoMessage()
func (*TapLink) ProtoReflect ¶ added in v3.2.0
func (x *TapLink) ProtoReflect() protoreflect.Message
type VethLink ¶
type VethLink struct { // Name of the VETH peer, i.e. other end of the linux veth (mandatory for VETH) PeerIfName string `protobuf:"bytes,1,opt,name=peer_if_name,json=peerIfName,proto3" json:"peer_if_name,omitempty"` // Checksum offloading - Rx side (enabled by default) RxChecksumOffloading VethLink_ChecksumOffloading `` /* 181-byte string literal not displayed */ // Checksum offloading - Tx side (enabled by default) TxChecksumOffloading VethLink_ChecksumOffloading `` /* 181-byte string literal not displayed */ // contains filtered or unexported fields }
func (*VethLink) Descriptor
deprecated
func (*VethLink) GetPeerIfName ¶
func (*VethLink) GetRxChecksumOffloading ¶
func (x *VethLink) GetRxChecksumOffloading() VethLink_ChecksumOffloading
func (*VethLink) GetTxChecksumOffloading ¶
func (x *VethLink) GetTxChecksumOffloading() VethLink_ChecksumOffloading
func (*VethLink) ProtoMessage ¶
func (*VethLink) ProtoMessage()
func (*VethLink) ProtoReflect ¶ added in v3.2.0
func (x *VethLink) ProtoReflect() protoreflect.Message
type VethLink_ChecksumOffloading ¶
type VethLink_ChecksumOffloading int32
const ( VethLink_CHKSM_OFFLOAD_DEFAULT VethLink_ChecksumOffloading = 0 VethLink_CHKSM_OFFLOAD_ENABLED VethLink_ChecksumOffloading = 1 VethLink_CHKSM_OFFLOAD_DISABLED VethLink_ChecksumOffloading = 2 )
func (VethLink_ChecksumOffloading) Descriptor ¶ added in v3.2.0
func (VethLink_ChecksumOffloading) Descriptor() protoreflect.EnumDescriptor
func (VethLink_ChecksumOffloading) Enum ¶ added in v3.2.0
func (x VethLink_ChecksumOffloading) Enum() *VethLink_ChecksumOffloading
func (VethLink_ChecksumOffloading) EnumDescriptor
deprecated
func (VethLink_ChecksumOffloading) EnumDescriptor() ([]byte, []int)
Deprecated: Use VethLink_ChecksumOffloading.Descriptor instead.
func (VethLink_ChecksumOffloading) Number ¶ added in v3.2.0
func (x VethLink_ChecksumOffloading) Number() protoreflect.EnumNumber
func (VethLink_ChecksumOffloading) String ¶
func (x VethLink_ChecksumOffloading) String() string
func (VethLink_ChecksumOffloading) Type ¶ added in v3.2.0
func (VethLink_ChecksumOffloading) Type() protoreflect.EnumType
type VrfDevLink ¶ added in v3.2.0
type VrfDevLink struct { // Routing table associated with the VRF. // Table ID is an 8-bit unsigned integer value. Please note that 253, 254 and 255 are reserved values // for special routing tables (main, default, local). // Multiple VRFs inside the same network namespace should each use a different routing table. // For more information, visit: http://linux-ip.net/html/routing-tables.html RoutingTable uint32 `protobuf:"varint,1,opt,name=routing_table,json=routingTable,proto3" json:"routing_table,omitempty"` // contains filtered or unexported fields }
func (*VrfDevLink) Descriptor
deprecated
added in
v3.2.0
func (*VrfDevLink) Descriptor() ([]byte, []int)
Deprecated: Use VrfDevLink.ProtoReflect.Descriptor instead.
func (*VrfDevLink) GetRoutingTable ¶ added in v3.2.0
func (x *VrfDevLink) GetRoutingTable() uint32
func (*VrfDevLink) ProtoMessage ¶ added in v3.2.0
func (*VrfDevLink) ProtoMessage()
func (*VrfDevLink) ProtoReflect ¶ added in v3.2.0
func (x *VrfDevLink) ProtoReflect() protoreflect.Message
func (*VrfDevLink) Reset ¶ added in v3.2.0
func (x *VrfDevLink) Reset()
func (*VrfDevLink) String ¶ added in v3.2.0
func (x *VrfDevLink) String() string