aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/patches/050-optional-xml.patch
blob: 11311ddb47d70247f45cd13c95bdf4834bd96876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/iptables/xtables-multi.c
+++ b/iptables/xtables-multi.c
@@ -22,8 +22,10 @@ static const struct subcommand multi_sub
 	{"iptables-restore",    iptables_restore_main},
 	{"restore4",            iptables_restore_main},
 #endif
+#ifdef ENABLE_XML
 	{"iptables-xml",        iptables_xml_main},
 	{"xml",                 iptables_xml_main},
+#endif
 #ifdef ENABLE_IPV6
 	{"ip6tables",           ip6tables_main},
 	{"main6",               ip6tables_main},