types

package
v0.0.0-...-7c04728 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CtMarkOVN is the conntrack mark value for OVN traffic
	CtMarkOVN = "0x1"
	// OvsLocalPort is the name of the OVS bridge local port
	OvsLocalPort = "LOCAL"
	// DefaultOpenFlowCookie identifies default open flow rules added to the host OVS bridge.
	// The hex number 0xdeff105, aka defflos, is meant to sound like default flows.
	DefaultOpenFlowCookie = "0xdeff105"
	// OutputPortDrop is used to signify that there is no output port for an openflow action and the
	// rendered action should result in a drop
	OutputPortDrop = "output-port-drop"
	// OvnKubeNodeSNATMark is used to mark packets that need to be SNAT-ed to nodeIP for
	// traffic originating from egressIP and egressService controlled pods towards other nodes in the cluster.
	OvnKubeNodeSNATMark = "0x3f0"
	// PmtudOpenFlowCookie identifies the flows used to drop ICMP type (3) destination unreachable,
	// fragmentation-needed (4)
	PmtudOpenFlowCookie = "0x0304"
	// CtMarkHost is the conntrack mark value for host traffic
	CtMarkHost = "0x2"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL