summaryrefslogtreecommitdiff
path: root/lib/Vyatta
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Vyatta')
-rwxr-xr-xlib/Vyatta/IpTables/Rule.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/IpTables/Rule.pm b/lib/Vyatta/IpTables/Rule.pm
index ee4f4e8..51b5bea 100755
--- a/lib/Vyatta/IpTables/Rule.pm
+++ b/lib/Vyatta/IpTables/Rule.pm
@@ -637,7 +637,7 @@ first character capitalized eg. Mon,Thu,Sat For negation, add ! in front eg. !Mo
return ('Cannot define more than "set" parameter per policy route');
}
} else {
- return ("\"action\" must be defined", );
+ return ("\"action\" must be defined in rule $rule_num", );
}
if (defined($rule2)) {
my $tmp = $rule2;