Documentation ¶
Index ¶
Constants ¶
View Source
const ( // IPTable chains used by RouteAgent. SmPostRoutingChain = "SUBMARINER-POSTROUTING" SmInputChain = "SUBMARINER-INPUT" SmForwardChain = "SUBMARINER-FORWARD" PostRoutingChain = "POSTROUTING" InputChain = "INPUT" ForwardChain = "FORWARD" MangleTable = "mangle" RemoteCIDRIPSet = "SUBMARINER-REMOTECIDRS" LocalCIDRIPSet = "SUBMARINER-LOCALCIDRS" RouteAgentInterClusterNetworkTableID = 149 // To support connectivity for Pods with HostNetworking on the GatewayNode, we program // certain routing rules in table 150. As part of these routes, we set the source-ip of // the egress traffic to the corresponding CNIInterfaceIP on that host. RouteAgentHostNetworkTableID = 150 NATTable = "nat" FilterTable = "filter" OvnTransitSwitchIPAnnotation = "k8s.ovn.org/node-transit-switch-port-ifaddr" OvnZoneAnnotation = "k8s.ovn.org/zone-name" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.