Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigTCPUserConfig ¶
type BigTCPUserConfig struct { // EnableIPv6BIGTCP enables IPv6 BIG TCP (larger GSO/GRO limits) for the node including pods. EnableIPv6BIGTCP bool // EnableIPv4BIGTCP enables IPv4 BIG TCP (larger GSO/GRO limits) for the node including pods. EnableIPv4BIGTCP bool }
BigTCPUserConfig are the configuration flags that the user can modify.
func (BigTCPUserConfig) IsIPv4Enabled ¶
func (def BigTCPUserConfig) IsIPv4Enabled() bool
func (BigTCPUserConfig) IsIPv6Enabled ¶
func (def BigTCPUserConfig) IsIPv6Enabled() bool
type GarpConfig ¶
type GarpConfig struct {
EnableL2PodAnnouncements bool
}
GarpConfig contains the configuration for the GARP cell.
func (GarpConfig) Enabled ¶
func (def GarpConfig) Enabled() bool
type L2PodAnnouncementConfig ¶
type L2PodAnnouncementConfig interface {
Enabled() bool
}
Click to show internal directories.
Click to hide internal directories.