#netfilter #iptables #bindings #communicate #linux #libiptc #ip-tables

sys libiptc-sys

Rust FFI bindings for the libiptc used to communicate with Linux's IPTables

1 unstable release

Uses old Rust 2015

0.1.0 Sep 21, 2016

#9 in #iptables

GPL-3.0 license

16KB
152 lines

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

Dependencies

~46KB