103-optional-xml.patch 373 B

12345678910111213
  1. --- a/iptables/xtables-legacy-multi.c
  2. +++ b/iptables/xtables-legacy-multi.c
  3. @@ -32,8 +32,10 @@ static const struct subcommand multi_sub
  4. #endif
  5. +#ifdef ENABLE_XML
  6. {"iptables-xml", iptables_xml_main},
  7. {"xml", iptables_xml_main},
  8. +#endif
  9. #ifdef ENABLE_IPV6
  10. {"ip6tables", ip6tables_main},
  11. {"main6", ip6tables_main},