mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
Tweak fix for NAT rules in macros
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6222 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
3474415660
commit
81cf114080
@ -816,7 +816,7 @@ sub process_macro ( $$$$$$$$$$$$ ) {
|
||||
|
||||
$mtarget = find_logactionchain $mtarget;
|
||||
} else {
|
||||
fatal_error "Invalid Action ($mtarget)" unless $actiontype & ( STANDARD | NATRULE );
|
||||
fatal_error "Invalid Action ($mtarget)" unless $actiontype & ( STANDARD + NATRULE );
|
||||
}
|
||||
|
||||
if ( $msource ) {
|
||||
|
Loading…
Reference in New Issue
Block a user