2396037fdd4a96c9f5605cf2a1817b6a4e7ac918
[librecmc/librecmc.git] / package / network / utils / iptables / patches / 103-optional-xml.patch
1 --- a/iptables/xtables-legacy-multi.c
2 +++ b/iptables/xtables-legacy-multi.c
3 @@ -31,8 +31,10 @@ static const struct subcommand multi_sub
4  
5  
6  #endif
7 +#ifdef ENABLE_XML
8         {"iptables-xml",        iptables_xml_main},
9         {"xml",                 iptables_xml_main},
10 +#endif
11  #ifdef ENABLE_IPV6
12         {"ip6tables",           ip6tables_main},
13         {"main6",               ip6tables_main},