Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteIP6Tables ¶ added in v0.15.0
func DeleteIP6Tables(rules []IPTablesRule) error
DeleteIP6Tables delete specified iptables rules
func DeleteIPTables ¶ added in v0.11.0
func DeleteIPTables(rules []IPTablesRule) error
DeleteIPTables delete specified iptables rules
func SetupAndEnsureIP6Tables ¶ added in v0.15.0
func SetupAndEnsureIP6Tables(rules []IPTablesRule, resyncPeriod int)
func SetupAndEnsureIPTables ¶ added in v0.9.1
func SetupAndEnsureIPTables(rules []IPTablesRule, resyncPeriod int)
Types ¶
type IPTablesError ¶ added in v0.14.0
type IPTablesRule ¶ added in v0.9.1
type IPTablesRule struct {
// contains filtered or unexported fields
}
func ForwardRules ¶ added in v0.9.1
func ForwardRules(flannelNetwork string) []IPTablesRule
func MasqIP6Rules ¶ added in v0.15.0
func MasqIP6Rules(ipn ip.IP6Net, lease *subnet.Lease) []IPTablesRule
Click to show internal directories.
Click to hide internal directories.