forked from extern/shorewall_code
Add raw matches to the converted mangle file.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
0e40a42729
commit
a011ad8efe
@ -948,6 +948,10 @@ sub process_tc_rule1( $$$$$$$$$$$$$$$$ ) {
|
|||||||
#
|
#
|
||||||
$line =~ s/(?:\t-)+$//;
|
$line =~ s/(?:\t-)+$//;
|
||||||
|
|
||||||
|
my $raw_matches = fetch_inline_matches;
|
||||||
|
|
||||||
|
$line .= join( '', ' ;', $raw_matches ) if $raw_matches ne ' ';
|
||||||
|
|
||||||
print $mangle "$line\n";
|
print $mangle "$line\n";
|
||||||
} else {
|
} else {
|
||||||
process_mangle_rule1( 'TC',
|
process_mangle_rule1( 'TC',
|
||||||
|
Loading…
Reference in New Issue
Block a user