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:
teastep 2007-05-03 18:59:51 +00:00
parent 3474415660
commit 81cf114080

View File

@ -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 ) {