Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { PodIP netip.Prefix `json:"podip"` PodHwAddr string `json:"pod-hw-addr"` InterfaceName string `json:"interface"` WorkerNodeIP netip.Prefix `json:"worker-node-ip"` TunnelType string `json:"tunnel-type"` Routes []*Route `json:"routes"` MTU int `json:"mtu"` Index int `json:"index"` VXLANPort int `json:"vxlan-port,omitempty"` VXLANID int `json:"vxlan-id,omitempty"` Dedicated bool `json:"dedicated"` }
Click to show internal directories.
Click to hide internal directories.