Go to file
Alexis PIRES c578ee35d6 improve reliability 2020-01-08 10:52:26 +01:00
binaryutil add GetRule 2018-06-23 21:12:14 +02:00
expr Stateless NAT and notrack support (#82) 2019-12-17 21:54:26 +01:00
.travis.yml Update go vet command line 2019-12-20 12:00:14 -05: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 disclaimer; this is not the upstream nftables repo 2019-12-08 11:03:14 +01:00
chain.go improve reliability 2020-01-08 10:52:26 +01:00
conn.go improve reliability 2020-01-08 10:52:26 +01: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 better loop control 2020-01-06 13:19:59 +01:00
go.sum better loop control 2020-01-06 13:19:59 +01:00
nftables_test.go improve reliability 2020-01-08 10:52:26 +01:00
obj.go improve reliability 2020-01-08 10:52:26 +01:00
rule.go improve reliability 2020-01-08 10:52:26 +01:00
set.go improve reliability 2020-01-08 10:52:26 +01:00
set_test.go Fix concatenated key set validation (#83) 2019-12-18 00:02:00 +01:00
table.go improve reliability 2020-01-08 10:52:26 +01:00
util.go Restructure code base into smaller files (#15) 2019-05-03 23:54:09 +02:00

README.md

Build Status GoDoc

This is not the correct repository for issues with the Linux nftables project! This repository contains a third-party Go package to programmatically interact with nftables. Find the official nftables website at https://wiki.nftables.org/

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!