summaryrefslogtreecommitdiff
path: root/scripts/vyatta-update-dst-nat.pl
diff options
context:
space:
mode:
authorDaniil Baturin <daniil.baturin@vyatta.com>2013-05-29 07:09:17 -0700
committerdmbaturin <dmbaturin@squeeze32devel.het.net>2013-11-10 15:46:27 +0100
commit14bf61dea0966201caf34c8e7cdf9e23fbcb85bf (patch)
treef922ab95dd3fb2e008913b9d219d085d9ee7b1bf /scripts/vyatta-update-dst-nat.pl
parent5a23dbeee1f46aca4e3ea3fbed01b87105063120 (diff)
downloadvyatta-nat-14bf61dea0966201caf34c8e7cdf9e23fbcb85bf.tar.gz
vyatta-nat-14bf61dea0966201caf34c8e7cdf9e23fbcb85bf.zip
Bug #8331: provide rule number in commit error message.
Diffstat (limited to 'scripts/vyatta-update-dst-nat.pl')
-rwxr-xr-xscripts/vyatta-update-dst-nat.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vyatta-update-dst-nat.pl b/scripts/vyatta-update-dst-nat.pl
index 7d81198..4a2fb9a 100755
--- a/scripts/vyatta-update-dst-nat.pl
+++ b/scripts/vyatta-update-dst-nat.pl
@@ -103,8 +103,8 @@ for $rule (@rule_keys) {
my ($err, @rule_strs) = $nrule->rule_str();
if (defined $err) {
# rule check failed => return error
- print OUT "NAT configuration error: $err\n";
- print STDERR "NAT configuration error: $err\n";
+ print OUT "Destination NAT configuration error in rule $rule: $err\n";
+ print STDERR "Destination NAT configuration error in rule $rule: $err\n";
exit 5;
}