Hi, Patrick, From: Yasuyuki KOZAKAI <yasuyuki.kozakai@xxxxxxxxxxxxx> > Please wait a few hours at least to release iptables. Just after sending > this mail, I'll moves some libipt_*.man to libxt_*.man and remove > libip6t_state.c which I forgot to remove. Done. - I've moved following libipt_*.man to libxt_*.man where libxt_*.c. exists and libip6t_*.man does not exist. CLASSIFY, CONNMARK, CONNSECMARK, DSCP, NOTRACK, comment, connbytes, connmark, dccp, dscp, hashlimit, helper, pkttype, quota, sctp, state, string, tcpmss - I've unified libipt_*.man and libip6t_*.man into libxt_*.man where they have no difference and libxt_*.c exists. NFQUEUE, SECMARK, esp, limit, mac, mark, physdev, udp - I've removed libip6t_state.c and libip6t_u32.man. libxt_* for them exist. - I've fixed typo in extensions/Makefile as follows. Now selinux related modules would be correctly build by DO_SELINUX=1. Index: extensions/Makefile =================================================================== --- extensions/Makefile (revision 7127) +++ extensions/Makefile (revision 7128) @@ -15,8 +15,8 @@ ifeq ($(DO_SELINUX), 1) PF_EXT_SE_SLIB:=$(PF_EXT_SELINUX_SLIB) -PF6_EXT_SE_SLIB:=$(PF_EXT_SELINUX_SLIB) -PFX_EXT_SE_SLIB:=$(PF_EXT_SELINUX_SLIB) +PF6_EXT_SE_SLIB:=$(PF6_EXT_SELINUX_SLIB) +PFX_EXT_SE_SLIB:=$(PFX_EXT_SELINUX_SLIB) endif # Optionals Regards, -- Yasuyuki Kozakai - 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