mirror of
https://git.netfilter.org/nftables
synced 2026-01-26 10:34:27 +00:00
This reverts commits d572d59788143945c2a638f12a5227d9b21ce489 and
9f5e49e147219cd161de8cd80cadf8a444969ef0.
Current libnftables API should be stable enough to release it into the
public, and after 4aba100e593f ("rule: reset cache iff there is an
existing cache") we have a simple way to batch commands through this
API.
Suggested-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
16 lines
316 B
PkgConfig
16 lines
316 B
PkgConfig
# libnftables pkg-config file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libnftables
|
|
Description: Netfilter nf_tables user library
|
|
URL: http://netfilter.org/projects/nftables/
|
|
Version: @VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lnftables
|
|
Cflags: -I${includedir}
|