diff options
author | susheela <susheela.vaidya@vyatta.com> | 2012-10-06 15:05:05 -0700 |
---|---|---|
committer | susheela <susheela.vaidya@vyatta.com> | 2012-10-06 15:05:05 -0700 |
commit | 57eecc07585ae93d9cf2f0a21a3e3c048a91e680 (patch) | |
tree | 5ad3091230e64f725256414fb129db745490fb72 /lib/Vyatta/IpTables/Rule.pm | |
parent | 58e6ba67237e7f730cccae4344517aadfea0a616 (diff) | |
download | vyatta-cfg-firewall-57eecc07585ae93d9cf2f0a21a3e3c048a91e680.tar.gz vyatta-cfg-firewall-57eecc07585ae93d9cf2f0a21a3e3c048a91e680.zip |
PBR: config command validations, help strings etc. cleaned up and
includes fixes for 8355, 8362, 8365.
Diffstat (limited to 'lib/Vyatta/IpTables/Rule.pm')
-rwxr-xr-x | lib/Vyatta/IpTables/Rule.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/IpTables/Rule.pm b/lib/Vyatta/IpTables/Rule.pm index 51b5bea..3c266f6 100755 --- a/lib/Vyatta/IpTables/Rule.pm +++ b/lib/Vyatta/IpTables/Rule.pm @@ -634,7 +634,7 @@ first character capitalized eg. Mon,Thu,Sat For negation, add ! in front eg. !Mo if ($count == 0) { return ('Policy route requires "action drop" or "set" parameters be defined.'); } elsif ($count > 1) { - return ('Cannot define more than "set" parameter per policy route'); + return ('Can not define more than one "set" parameter per policy route'); } } else { return ("\"action\" must be defined in rule $rule_num", ); |