forked from extern/shorewall_code
Fix handling of COMMENT in shorewall-shell
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8077 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
3f4d773489
commit
4a9431fb73
@ -2504,7 +2504,7 @@ process_macro() # $1 = target
|
||||
|
||||
while read mtarget mclients mservers mprotocol mports mcports mratelimit muserspec; do
|
||||
|
||||
[ mtarget eq 'COMMENT' ] && continue
|
||||
[ $mtarget = COMMENT ] && continue
|
||||
|
||||
mtarget=$(merge_levels $itarget $mtarget)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user