This package manipulates Linux nftables (the iptables successor)
Switch branches/tags
Nothing to show
Clone or download
florianl and stapelberg res_id is big endian (#3)
Signed-off-by: Lehner Florian <dev@der-flo.net>
Latest commit efc2089 Oct 5, 2018

README.md

Build Status GoDoc

This package manipulates Linux nftables (the iptables successor). It is implemented in pure Go, i.e. does not wrap libnftnl.

This is not an official Google product.

Breaking changes

This package is in very early stages, and only contains enough data types and functions to install very basic nftables rules. It is likely that mistakes with the data types/API will be identified as more functionality is added.

Contributions

Contributions are very welcome!