Go to file
Minaru 35de0a609f Hash expr implementation (#68)
* [expr] Implement Hash expr.

* [test] Add Hash test case.
2019-10-19 08:53:53 +02:00
binaryutil add GetRule 2018-06-23 21:12:14 +02:00
expr Hash expr implementation (#68) 2019-10-19 08:53:53 +02: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] Make struct and function code change to use *ChainPolicy field. 2019-10-16 11:43:47 +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 declare a Go module 2019-05-24 02:21:35 +02:00
go.sum declare a Go module 2019-05-24 02:21:35 +02:00
nftables_test.go Hash expr implementation (#68) 2019-10-19 08:53:53 +02:00
obj.go Restructure code base into smaller files (#15) 2019-05-03 23:54:09 +02:00
rule.go rule replace (#50) 2019-08-19 23:35:24 +02:00
set.go [set] Add Integer and Mark datatypes for set elements. (#66) 2019-10-19 08:53:01 +02:00
table.go List tables (#16) 2019-05-13 14:13:23 +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!