From b55b6a913cab79d864349e320bfbad34010d1ce7 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 8 Jun 2014 09:36:18 -0700 Subject: [PATCH] Insert the server address list into the error message in DNAT/REDIRECT Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Nat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Nat.pm b/Shorewall/Perl/Shorewall/Nat.pm index 5d90d28a1..6419c3231 100644 --- a/Shorewall/Perl/Shorewall/Nat.pm +++ b/Shorewall/Perl/Shorewall/Nat.pm @@ -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 #