Add raw matches to the converted mangle file.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-02-16 09:59:13 -08:00
parent 0e40a42729
commit a011ad8efe

View File

@ -948,6 +948,10 @@ sub process_tc_rule1( $$$$$$$$$$$$$$$$ ) {
#
$line =~ s/(?:\t-)+$//;
my $raw_matches = fetch_inline_matches;
$line .= join( '', ' ;', $raw_matches ) if $raw_matches ne ' ';
print $mangle "$line\n";
} else {
process_mangle_rule1( 'TC',