12345678910111213 |
- --- a/iptables/xtables-legacy-multi.c
- +++ b/iptables/xtables-legacy-multi.c
- @@ -32,8 +32,10 @@ static const struct subcommand multi_sub
-
-
- #endif
- +#ifdef ENABLE_XML
- {"iptables-xml", iptables_xml_main},
- {"xml", iptables_xml_main},
- +#endif
- #ifdef ENABLE_IPV6
- {"ip6tables", ip6tables_main},
- {"main6", ip6tables_main},
|