Documentation
¶
Index ¶
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
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.