From 035b80915e68b85b22848d16c91c04e7ee3960d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sun, 26 Oct 2014 17:04:02 +0100 Subject: [PATCH] =?UTF-8?q?La=20base=20d'upload=20et=20ses=20100=20Go=20on?= =?UTF-8?q?t=20d=C3=A9j=C3=A0=20les=20correspondances=20MAC/IP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cfg/etc/rsyslog.d/10-firewall.conf/10-firewall.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cfg/etc/rsyslog.d/10-firewall.conf/10-firewall.conf b/Cfg/etc/rsyslog.d/10-firewall.conf/10-firewall.conf index 4b60e65..86eff3d 100644 --- a/Cfg/etc/rsyslog.d/10-firewall.conf/10-firewall.conf +++ b/Cfg/etc/rsyslog.d/10-firewall.conf/10-firewall.conf @@ -19,8 +19,7 @@ if $syslogfacility == '0' and $msg contains 'LOG_ALL' then /var/log/firewall/log & ~ # LOG_MAC_IP pour l'association mac_ip en ipv6 -if $syslogfacility == '0' and $msg contains 'LOG_MAC_IP' then /var/log/firewall/logmacip.log -& ~ +if $syslogfacility == '0' and $msg contains 'LOG_MAC_IP' then ~ # TRACE if $syslogfacility == '0' and $msg contains 'TRACE:' then /var/log/firewall/trace.log