]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
ferm: use NFLOG instead of LOG/ULOG on jessie
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 24 Aug 2015 10:08:09 +0000 (12:08 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 24 Aug 2015 10:13:55 +0000 (12:13 +0200)
ULOG is deprecated and has been removed from recent kernels. Use the
(not so new) NFLOG module instead. It requires ulogd2 so we can do that
only on jessie hosts.

This fixes logging on jessie hosts as ulogd2 doesn't listen for ULOG
logs by default.

This also allows logging IPv6 the same way than IPv4.


No differences found