2015-05-06 00:59:41 +00:00
|
|
|
--- a/iptables/xtables-multi.c
|
|
|
|
+++ b/iptables/xtables-multi.c
|
2017-03-22 15:02:09 +00:00
|
|
|
@@ -26,8 +26,10 @@ static const struct subcommand multi_sub
|
2015-05-06 00:59:41 +00:00
|
|
|
{"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},
|