From 807e1f0e6ede73792337b595a99af21b01f8826e Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 6 Sep 2012 22:55:19 +0000 Subject: extensions: libxt_addrtype: fix type in help message --limit-iface-out Match only on the packet's incoming device Note that it says "incoming" when it should say "outcoming" Signed-off-by: Pablo Neira Ayuso --- extensions/libxt_addrtype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_addrtype.c') diff --git a/extensions/libxt_addrtype.c b/extensions/libxt_addrtype.c index 59072b35..e8a85456 100644 --- a/extensions/libxt_addrtype.c +++ b/extensions/libxt_addrtype.c @@ -60,7 +60,7 @@ static void addrtype_help_v1(void) " [!] --src-type type[,...] Match source address type\n" " [!] --dst-type type[,...] Match destination address type\n" " --limit-iface-in Match only on the packet's incoming device\n" -" --limit-iface-out Match only on the packet's incoming device\n" +" --limit-iface-out Match only on the packet's outgoing device\n" "\n" "Valid types: \n"); addrtype_help_types(); -- cgit v1.2.3