Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 697 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 697 Bytes

libiptc-sys Build Status

Rust ffi bindings to libiptc.

Developer dependencies

Requires the libiptc development package and pkg-config on the system.
For the tests it requires the libcap development package as it skips some integration tests if the necessary privileges are not present.

Fedora/CentOS/etc.

sudo dnf install iptables-devel libcap-devel

Ubuntu/Debian/etc.

sudo aptitude install iptables-dev libcap-dev