Go to file
Michael Stapelberg 94313e7b39 add travis config 2018-06-08 17:19:37 +02:00
binaryutil add enough expressions to express port forwardings 2018-06-04 23:13:54 +02:00
expr add enough expressions to express port forwardings 2018-06-04 23:13:54 +02:00
.travis.yml add travis config 2018-06-08 17:19:37 +02:00
CONTRIBUTING.md Initial commit 2018-05-24 22:09:26 -07:00
LICENSE Initial commit 2018-05-24 22:09:26 -07:00
README.md add README 2018-06-08 17:15:29 +02:00
nftables.go add enough expressions to express port forwardings 2018-06-04 23:13:54 +02:00
nftables_test.go add enough expressions to express port forwardings 2018-06-04 23:13:54 +02:00

README.md

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!