On Sun, 29 May 2016 20:27:13 +0200
Alexander Aring <[email protected]> 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 <[email protected]>
> Signed-off-by: Alexander Aring <[email protected]>
Applied.
Not sure why this never showed up in patchwork.