On Tuesday 2011-04-19 03:23, Maciej Åenczykowski wrote: >diff --git a/xtables-multi.c b/xtables-multi.c >index f8d56ce..7f98286 100644 >--- a/xtables-multi.c >+++ b/xtables-multi.c >@@ -14,20 +14,34 @@ > static const struct subcommand multi_subcommands[] = { > #ifdef ENABLE_IPV4 > {"iptables", iptables_main}, >+ {"iptables32", iptables_main}, >+ {"iptables64", iptables_main}, I do not see a reason to having these names added. If you do have more than one iptables program with different configuration installed in your custom environment, use some custom shell scripts to readout $0 and pass control to whatever instance. -- 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