mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02:00
Allow ?COMMENT in the mangle file.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5e7cd855c2
commit
1083dd8c26
@ -2810,7 +2810,7 @@ sub setup_tc() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( my $fn = open_file( 'mangle' ) ) {
|
if ( my $fn = open_file( 'mangle', 1, 1 ) ) {
|
||||||
|
|
||||||
$file_format = 3;
|
$file_format = 3;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user