Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/nftables
This repository contains a Go module to interact with Linux nftables (the iptables successor).
https://github.com/google/nftables
go golang linux nftables
Last synced: 12 days ago
JSON representation
This repository contains a Go module to interact with Linux nftables (the iptables successor).
- Host: GitHub
- URL: https://github.com/google/nftables
- Owner: google
- License: apache-2.0
- Created: 2018-06-05T09:37:20.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T15:19:43.000Z (about 2 months ago)
- Last Synced: 2024-10-01T00:20:49.938Z (about 1 month ago)
- Topics: go, golang, linux, nftables
- Language: Go
- Homepage:
- Size: 438 KB
- Stars: 1,099
- Watchers: 27
- Forks: 132
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - nftables
README
[![Build Status](https://github.com/google/nftables/actions/workflows/push.yml/badge.svg)](https://github.com/google/nftables/actions/workflows/push.yml)
[![GoDoc](https://godoc.org/github.com/google/nftables?status.svg)](https://godoc.org/github.com/google/nftables)**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!