Documentation ¶
Overview ¶
+groupName=maps
Index ¶
Constants ¶
View Source
const ( // MaxEntries is the maximum number of keys that can be present in the // VTEP map. MaxEntries = defaults.MaxVTEPDevices // Name is the canonical name for the VTEP map on the filesystem. Name = "cilium_vtep_map" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Key ¶
Key implements the bpf.MapKey interface.
Must be in sync with struct vtep_key in <bpf/lib/common.h>
type VtepEndpointInfo ¶
type VtepEndpointInfo struct { VtepMAC mac.Uint64MAC `align:"vtep_mac"` TunnelEndpoint types.IPv4 `align:"tunnel_endpoint"` // contains filtered or unexported fields }
VtepEndpointInfo implements the bpf.MapValue interface. It contains the VTEP endpoint MAC and IP.
func (*VtepEndpointInfo) New ¶
func (v *VtepEndpointInfo) New() bpf.MapValue
func (*VtepEndpointInfo) String ¶
func (v *VtepEndpointInfo) String() string
Click to show internal directories.
Click to hide internal directories.