1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: nield
Section: net
Priority: optional
Maintainer: Gilmar dos Reis Queiroz <gilmardosreislpi@gmail.com>
Build-Depends: debhelper (>= 9), dh-autoreconf
Standards-Version: 3.9.7
Homepage: https://github.com/t2mune/nield
Vcs-Git: https://anonscm.debian.org/git/collab-maint/nield.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/nield.git
Package: nield
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: generate logs related to network interfaces
nield (Network Interface Events Logging Daemon) is a tool to receive
notifications from kernel through netlink socket and generate logs
related to NIC interfaces.
.
Activities as neighbor cache (ARP, NDP), IP address (IPv4, IPv6),
routing, FIB rules and traffic control will be logged at a specific
file under /var/log directory.
|