1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: nfacct
Section: net
Priority: optional
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Uploaders: Samuel Henrique <samueloph@debian.org>
Build-Depends: debhelper-compat (= 13),
libmnl-dev,
libnetfilter-acct-dev,
libnfnetlink-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://netfilter.org/projects/nfacct/
Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-nfacct.git
Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-nfacct
Package: nfacct
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: netfilter accounting object tool
This is the command line tool to create/retrieve/delete
netfilter accounting objects.
.
Requires Linux kernel 3.3+ nfnetlink_acct subsystem.
|