Documentation
¶
Index ¶
- func CTEntryCreate(e CTEntry) error
- func CTEntryDelete(e CTEntry) error
- func SyncDNATEntries(containersMap map[string]*metadata.Container, excludedDNATSubnets []string) error
- func SyncNATEntries(mc metadata.Client) error
- func SyncSNATEntries(containersMap map[string]*metadata.Container) error
- type CTEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CTEntryCreate ¶
CTEntryCreate Addetes the given entry from the conntrack table
func CTEntryDelete ¶
CTEntryDelete deletes the given entry from the conntrack table
func SyncDNATEntries ¶ added in v0.7.20
func SyncNATEntries ¶ added in v0.7.20
Types ¶
type CTEntry ¶
type CTEntry struct {
Protocol string
OriginalSourceIP string
OriginalDestinationIP string
OriginalSourcePort string
OriginalDestinationPort string
ReplySourceIP string
ReplyDestinationIP string
ReplySourcePort string
ReplyDestinationPort string
}
CTEntry represents one entry from the conntrack table Plucking only interested fields, ignoring others
Click to show internal directories.
Click to hide internal directories.