Some smaller enhancements for the firewall script

git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1135 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-12-30 11:02:40 +00:00
parent 615788e80d
commit 97fe1741a3
4 changed files with 19 additions and 15 deletions

View File

@@ -277,7 +277,7 @@ sub updatefwhitsdata {
$aktuell = 0;
if (!$skip) {
while (<FILE>) {
if (/kernel:.*(IN=.*)$/) {$aktuell++;}
if (/kernel: DROP_INPUT.*$/) {$aktuell++;}
}
close (FILE);
}