README: add disclaimer; this is not the upstream nftables repo
This commit is contained in:
parent
4525b500cb
commit
fc92ae7899
|
@ -1,6 +1,11 @@
|
|||
[![Build Status](https://travis-ci.org/google/nftables.svg?branch=master)](https://travis-ci.org/google/nftables)
|
||||
[![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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue