Go to file
Serguei Bezverkhi 26aec69f06 enable redir and nat decoders (#73)
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
2019-11-08 09:17:41 +01:00
binaryutil add GetRule 2018-06-23 21:12:14 +02:00
expr Add bitwise decoder logic (#71) 2019-11-07 15:38:12 +01:00
.travis.yml Implement support for anonymous & named sets. 2019-02-11 16:11:27 -08: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
chain.go [chain] Add FlushChain function. 2019-10-23 14:20:20 +02:00
conn.go Restructure code base into smaller files (#15) 2019-05-03 23:54:09 +02:00
counter.go Restructure code base into smaller files (#15) 2019-05-03 23:54:09 +02:00
doc.go Restructure code base into smaller files (#15) 2019-05-03 23:54:09 +02:00
go.mod Add bitwise decoder logic (#71) 2019-11-07 15:38:12 +01:00
go.sum Add bitwise decoder logic (#71) 2019-11-07 15:38:12 +01:00
nftables_test.go [test] Add Travis skip for succesful local/Ubuntu 14.04 VM tests that somehow fail on Travis CI. 2019-10-28 14:24:28 +01:00
obj.go Restructure code base into smaller files (#15) 2019-05-03 23:54:09 +02:00
rule.go enable redir and nat decoders (#73) 2019-11-08 09:17:41 +01:00
set.go [set] Add FlushSet function. 2019-10-23 15:10:52 +02:00
table.go [table] Add FlushTable function. 2019-10-23 14:37:48 +02:00
util.go Restructure code base into smaller files (#15) 2019-05-03 23:54:09 +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!