Re: [PATCH 3/5] build: fix absence of xml translator in IPv6-only builds

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ie. this commit, in xtables-multi.c should probably change:

       {"iptables-xml",        iptables_xml_main},
       {"xml4",                iptables_xml_main},
#endif

to

#endif
       {"iptables-xml",        iptables_xml_main},
       {"xml",                 iptables_xml_main},

(and maybe add an ip6tables-xml alias as well?)


2011/5/30 Maciej Åenczykowski <zenczykowski@xxxxxxxxx>:
> ACK.
>
> Never used it, didn't realize it was useful for ipv6 as well.
> Perhaps in xtables-multi some changes should be made as well?
> (change xml4, and change the #ifdef ENABLE_IPV4 wrapper).
>
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux