Rconntrack is conntrack command in Rust.
Conntrack command is the userspace tool for inspecting Linux connection tracking subsystem and it is a part of conntrack-tools.
conntrack-tools has two components; conntrackd
and conntrack
.
Rconntrack provides equivalent features to conntrack
.
Currently, rconntrack is under development and only supports limited features.
- list
- get
- delete
- create
- update
- event
- flush
- show counter
- show statistics
Rconntrack is licensed under the MIT License. See LICENCE for the full license text.