From: Aurelien Jarno Date: Mon, 24 Aug 2015 10:08:09 +0000 (+0200) Subject: ferm: use NFLOG instead of LOG/ULOG on jessie X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ea40bd344ef38e1b4263a09143d7b68a8883ee98;hp=ea40bd344ef38e1b4263a09143d7b68a8883ee98;p=dsa-puppet.git ferm: use NFLOG instead of LOG/ULOG on jessie 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. ---