Go to file
Alexis PIRES e2e83d0ff5 Add dup expr support (#81) 2019-12-13 23:35:06 +01:00
binaryutil add GetRule 2018-06-23 21:12:14 +02:00
expr Add dup expr support (#81) 2019-12-13 23:35:06 +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 disclaimer; this is not the upstream nftables repo 2019-12-08 11:03:14 +01:00
chain.go protect cc.messages from racing (#75) 2019-11-14 16:22:42 +01:00
conn.go protect cc.messages from racing (#75) 2019-11-14 16:22:42 +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 Add bitwise decoder logic (#71) 2019-11-07 15:38:12 +01:00
go.sum protect cc.messages from racing (#75) 2019-11-14 16:22:42 +01:00
nftables_test.go Add dup expr support (#81) 2019-12-13 23:35:06 +01:00
obj.go protect cc.messages from racing (#75) 2019-11-14 16:22:42 +01:00
rule.go protect cc.messages from racing (#75) 2019-11-14 16:22:42 +01:00
set.go Anonymous set creation (#79) 2019-12-05 18:08:48 +01:00
table.go Use NFPROTO_ constants for TableFamily (#76) 2019-11-15 10:17:43 +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!