Hi,

On 05/29/2016 08:27 PM, Alexander Aring wrote:
> Since commit 5cd1adb ("Update to current iptables headers") the build
> with m_ipt.o and the following config will fail:
> 
> TC_CONFIG_XT:=n
> TC_CONFIG_XT_OLD:=n
> TC_CONFIG_XT_OLD_H:=n
> 
> This patch renames "iptables_target" to "xtables_target" and some other
> things which gets renamed and I noticed while reading iptables git log.
> Functions which are not used in m_ipt.c and not exported by the header
> are removed, if they still used in m_ipt.c I added a static to the function.
> 
> Reported-by: Clemens Gruber <clemens.gru...@pqgruber.com>
> Signed-off-by: Alexander Aring <a...@pengutronix.de>
> ---
> I removed also "linux/if.h" because some redifinition errors and seems
> not be necessary anymore.
> 
> I didn't test this implementation, I just fix the compile issues at m_ipt
> implementation according to the algoritmn described above.
> 
> Maybe there are more TC_CONFIG_XT* config variants broken than just m_ipt?
> 

ping, any comments to this patch?
I can rebase and resend this patch if necessary.

- Alex

Reply via email to