forked from extern/shorewall_code
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user