695079ebff
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). |
||
---|---|---|
binaryutil | ||
expr | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
nftables.go | ||
nftables_test.go |
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!