mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01: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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user