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