]> git.proxmox.com Git - pve-firewall.git/commit - src/Makefile
add conntrack logging via libnetfilter_conntrack
authorDavid Limbeck <d.limbeck@proxmox.com>
Thu, 13 Dec 2018 12:08:51 +0000 (13:08 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 13 Dec 2018 13:26:24 +0000 (14:26 +0100)
commitfdf943fe82bf37f381248d2a6260019c8088c391
tree9c7dd978e7744b6734ac407b1097f59e61de875c
parent12be0dfe9fc44906a8650a355baa1b601e6a3c0d
add conntrack logging via libnetfilter_conntrack

add conntrack logging to pvefw-logger including timestamps (requires
/proc/sys/net/netfilter/nf_conntrack_timestamp to be 1).
this allows the tracking of sessions (start, end timestamps with
nf_conntrack_timestamp on [DESTROY] messages). commit includes
Build-Depends inclusion of libnetfilter-conntrack-dev and
libnetfilter_conntrack library in the Makefile.

Signed-off-by: David Limbeck <d.limbeck@proxmox.com>
debian/control
src/Makefile
src/pvefw-logger.c