Tweak tos file processing

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5688 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-25 19:52:01 +00:00
parent eff828015c
commit f5c43291bb

View File

@ -88,10 +88,10 @@ sub process_tos() {
$restriction = OUTPUT_RESTRICT; $restriction = OUTPUT_RESTRICT;
} else { } else {
$chainref = $pretosref; $chainref = $pretosref;
$src =~ s/^all://; $src =~ s/^all:?//;
} }
dst =~ s/^all://; dst =~ s/^all:?//;
expand_rule expand_rule
$chainref , $chainref ,