Documentation ¶
Index ¶
Constants ¶
View Source
const (
TCPSniffMetricsCommand = "tcpdump -ln -c 5 -i any tcp and src port 9898 and dst port 8080 and 'tcp[tcpflags] == tcp-syn'"
)
View Source
const (
TCPSniffVxLANCommand = "tcpdump -ln -c 3 -i vx-submariner tcp and port 8080 and 'tcp[tcpflags] == tcp-syn'"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TargetPort ¶ added in v0.12.2
type TargetPort int
const ( TunnelPort TargetPort = iota NatDiscoveryPort )
Click to show internal directories.
Click to hide internal directories.