Go to file
Michael Stapelberg 695079ebff objFromMsg: correctly set Table.Family
This fixes an issue in router7 where firewall rules would fail to be installed
on all but the first tries (the first try had no counter values, so the
passed-in Table would be returned as-is, with correct family).
2018-10-03 18:23:26 +02:00
binaryutil add GetRule 2018-06-23 21:12:14 +02:00
expr switch to new netlink.AttributeDecoder 2018-08-10 18:59:05 +02:00
.travis.yml travis: remove docker service which we don’t use in this project 2018-06-08 17:25:47 +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 README: add travis and godoc badge 2018-06-08 17:24:24 +02:00
nftables.go objFromMsg: correctly set Table.Family 2018-10-03 18:23:26 +02:00
nftables_test.go objFromMsg: correctly set Table.Family 2018-10-03 18:23:26 +02:00

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!