README: add disclaimer; this is not the upstream nftables repo

This commit is contained in:
Michael Stapelberg 2019-12-08 11:03:14 +01:00
parent 4525b500cb
commit fc92ae7899
1 changed files with 5 additions and 0 deletions

View File

@ -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.