Allow ?COMMENT in the mangle file.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-01-01 08:02:17 -08:00
parent 5e7cd855c2
commit 1083dd8c26

View File

@ -2810,7 +2810,7 @@ sub setup_tc() {
}
}
if ( my $fn = open_file( 'mangle' ) ) {
if ( my $fn = open_file( 'mangle', 1, 1 ) ) {
$file_format = 3;