Перейти к содержанию

Connections

nectl tools connections

Dump OVS conntrack entries

nectl tools connections [flags]

Options

      --destination-ip string     Original destination IP address
      --destination-port uint32   Original destination port
  -h, --help                      help for connections
      --include-localhost         Include entries containing 127.0.0.1
      --interface string          OVS interface name
      --invert-match              Exclude entries matching simple conditions: protocol, source/destination IP, source/destination port; does not invert network, zone, mark, interface, or localhost handling
      --mark uint32               Include only entries with this conntrack mark
      --network string            Network UUID
      --protocol string           Protocol name (tcp, udp, icmp, icmpv6, sctp, dccp)
      --source-ip string          Original source IP address
      --source-port uint32        Original source port
      --verbose                   Include extended conntrack fields and statistics
      --zone uint32               Conntrack zone

Options inherited from parent commands

      --host string   gRPC server host (default "127.0.0.1")
      --port uint16   gRPC server port (default 30666)

SEE ALSO