]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
extensions: libxt_addrtype: fix type in help message
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 6 Sep 2012 22:55:19 +0000 (22:55 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 8 Sep 2012 21:45:13 +0000 (23:45 +0200)
 --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 <pablo@netfilter.org>
extensions/libxt_addrtype.c

index 59072b35356c7adb58c521beb39d4bb55790e26d..e8a8545691678441f4e104b7315482768a46cf73 100644 (file)
@@ -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();