forked from extern/shorewall_code
Insert the server address list into the error message in DNAT/REDIRECT
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
9c9ae04c86
commit
b55b6a913c
@ -691,7 +691,7 @@ sub handle_nat_rule( $$$$$$$$$$$$$ ) {
|
||||
#
|
||||
# Check for list in $server
|
||||
#
|
||||
fatal_error "An address list is not allowed in the DEST column of a $action RULE" if $server =~ /,/;
|
||||
fatal_error "An address list ($server) s not allowed in the DEST column of a $action RULE" if $server =~ /,/;
|
||||
#
|
||||
# Generate the target
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user