]> git.ipfire.org Git - thirdparty/nftables.git/commit
examples: add libnftables example program
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 14 Feb 2022 11:31:48 +0000 (12:31 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 17 Feb 2022 17:23:05 +0000 (18:23 +0100)
commitcaf2a6ad2d2229da9881733c6a5f061dbce9b45b
treecf9ea3e7e457e7d070498cc03424999e14e2c937
parentda6cb40177dae41fb7b4a3418dd728fd6f894f2d
examples: add libnftables example program

Create an example folder to add example source code files to show how to
use libnftables. Add first example program using the buffer API.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.ac
examples/Makefile.am [new file with mode: 0644]
examples/nft-buffer.c [new file with mode: 0644]