mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-29 11:04:03 +01:00
Correct INLINE handling
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
9638033e24
commit
6a374b80e0
@ -2152,7 +2152,7 @@ sub split_line2( $$;$$$ ) {
|
|||||||
#
|
#
|
||||||
# This file supports INLINE or IPTABLES
|
# This file supports INLINE or IPTABLES
|
||||||
#
|
#
|
||||||
if ( $currentline =~ /^\s*INLINE(?:\(.*\)|:.*)?\s/ || $currentline =~ /^\s*IP6?TABLES(?:\(.*\)|:.*)?\s/ ) {
|
if ( $currentline =~ /^\s*INLINE(?:\(.*\)(:.*)?|:.*)?\s/ || $currentline =~ /^\s*IP6?TABLES(?:\(.*\)|:.*)?\s/ ) {
|
||||||
$inline_matches = $pairs;
|
$inline_matches = $pairs;
|
||||||
|
|
||||||
if ( $columns =~ /^(\s*|.*[^&@%]){(.*)}\s*$/ ) {
|
if ( $columns =~ /^(\s*|.*[^&@%]){(.*)}\s*$/ ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user