mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02:00
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:
parent
eff828015c
commit
f5c43291bb
@ -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 ,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user