From e497a269bfbd51a8e56d8f189bfa19bd0d49c5a7 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 11 Oct 2004 21:13:25 +0000 Subject: [PATCH] Fix typo in log_martian processing git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1674 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 5c55a444b..484cf7c4f 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -5899,7 +5899,7 @@ add_common_rules() { done for interface in $interfaces; do - file=proc/sys/net/ipv4/conf/$interface/log_martians + file=/proc/sys/net/ipv4/conf/$interface/log_martians if [ -f $file ]; then run_and_save_command "echo 1 > $file" else