[PATCH 6/7] policy: fix error message showing wrong option

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 extensions/libxt_policy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extensions/libxt_policy.c b/extensions/libxt_policy.c
index 521bac1..a87ddd8 100644
--- a/extensions/libxt_policy.c
+++ b/extensions/libxt_policy.c
@@ -292,7 +292,7 @@ static void policy_check(unsigned int flags)
 
 	if (!(info->flags & (XT_POLICY_MATCH_IN | XT_POLICY_MATCH_OUT)))
 		xtables_error(PARAMETER_PROBLEM,
-		           "policy match: neither --in nor --out specified");
+		           "policy match: neither --dir in nor --dir out specified");
 
 	if (info->flags & XT_POLICY_MATCH_NONE) {
 		if (info->flags & XT_POLICY_MATCH_STRICT)
-- 
1.6.6.1

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux