]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: use new symbols in libnftnl
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 15 Sep 2015 11:20:34 +0000 (13:20 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 16 Sep 2015 13:14:33 +0000 (15:14 +0200)
commitd6f06c3069990759a95a28c5dfcb76e9c6eebae0
treed685c0921304b259518e3e1214cad8c95d4603db
parentb716c2b48a77fd0c01be128d704d9cd2cd5243b3
src: use new symbols in libnftnl

Adapt the nftables code to use the new symbols in libnftnl. This patch contains
quite some renaming to reserve the nft_ prefix for our high level library.

Explicitly request libnftnl 1.0.5 at configure stage.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.ac
include/mnl.h
include/netlink.h
src/mnl.c
src/netlink.c
src/netlink_delinearize.c
src/netlink_linearize.c
src/parser_bison.y
src/rule.c