mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01:00
Correct typos
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1759fc75b0
commit
c74235a200
@ -944,7 +944,7 @@ sub process_tc_rule1( $$$$$$$$$$$$$$$$ ) {
|
||||
"$command\t$source\t$dest\t$proto\t$ports\t$sports\t$user\t$testval\t$length\t$tos\t$connbytes\t$helper\t$headers\t$probability\t$dscp\t$state" :
|
||||
"$command\t$source\t$dest\t$proto\t$ports\t$sports\t$user\t$testval\t$length\t$tos\t$connbytes\t$helper\t$probability\t$dscp\t$state" );
|
||||
#
|
||||
# Supress superfluous trailinc dashes
|
||||
# Supress superfluous trailing dashes
|
||||
#
|
||||
$line =~ s/(?:\t-)+$//;
|
||||
|
||||
@ -952,7 +952,7 @@ sub process_tc_rule1( $$$$$$$$$$$$$$$$ ) {
|
||||
|
||||
if ( $raw_matches ne ' ' ) {
|
||||
if ( $command =~ /^INLINE/ || $config{INLINE_MATCHES} ) {
|
||||
$line .= join( '', ' ;', $raw_matches );es
|
||||
$line .= join( '', ' ;', $raw_matches );
|
||||
} else {
|
||||
$line .= join( '', ' {', $raw_matches , ' }' );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user