Documentation
¶
Index ¶
Constants ¶
View Source
const ( MapName = "cilium_tunnel_map" // MaxEntries is the maximum entries in the tunnel endpoint map MaxEntries = 65536 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶ added in v0.15.7
Map implements tunnel connectivity configuration in the BPF datapath.
func NewTunnelMap ¶ added in v0.15.7
NewTunnelMap returns a new tunnel map.
type TunnelValue ¶ added in v0.15.7
func (*TunnelValue) New ¶ added in v0.15.7
func (k *TunnelValue) New() bpf.MapValue
func (TunnelValue) String ¶ added in v0.15.7
func (k TunnelValue) String() string
String provides a string representation of the TunnelValue.
Click to show internal directories.
Click to hide internal directories.