From: Arne Fitzenreiter Date: Wed, 1 Jul 2020 12:17:11 +0000 (+0000) Subject: remove nf_log_ipv4 from sysctl.conf X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a920fdc343fa2b681f7ace9b64274e746cd120ef;p=people%2Fstevee%2Fipfire-2.x.git remove nf_log_ipv4 from sysctl.conf the revert commit has failed and sysctl.conf should still shipped to fix machines in next tree. Signed-off-by: Arne Fitzenreiter --- diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf index 98a0dbe634..7e7ebee44c 100644 --- a/config/etc/sysctl.conf +++ b/config/etc/sysctl.conf @@ -34,9 +34,6 @@ net.ipv6.conf.default.disable_ipv6 = 1 # Enable netfilter accounting net.netfilter.nf_conntrack_acct=1 -# Enable TRACE logging to syslog -net.netfilter.nf_log.2=nf_log_ipv4 - # Disable netfilter on bridges. net.bridge.bridge-nf-call-ip6tables = 0 net.bridge.bridge-nf-call-iptables = 0