grcli-conntrack - Man Page

Connection tracking.​

Synopsis

conntrack flush

Flush all tracked connections.​

conntrack config set [closed-timeout CLOSED] [new-timeout NEW] [established-udp-timeout EST_UDP] [established-tcp-timeout EST_TCP] [half-close-timeout HALF_CLOSE] [time-wait-timeout TIME_WAIT] [max MAX]

Change the connection tracking configuration.​

conntrack config show

Show the current connection tracking configuration.​

conntrack show

Display tracked connections.​

Options

CLOSED

Timeout after which idle & closed connections are destroyed.​

NEW

Timeout after which idle & new connections are destroyed.​

EST_UDP

Timeout after which idle & established UDP connections are destroyed.​

EST_TCP

Timeout after which idle & established TCP connections are destroyed.​

HALF_CLOSE

Timeout after which idle & half-close connections are destroyed.​

TIME_WAIT

Timeout after which idle & time-wait connections are destroyed.​

MAX

Maximum number of tracked connections.​

See Also

grcli(1)

Reporting Bugs

Report bugs to the grout project issue tracker at <https://github.​com/DPDK/grout/issues>.​

Referenced By

grcli(1).

2026-08-21