Hi, IPv6-LOG target is submitted into 2.4.14, but not added to the Makefile. In this case the kernel-modul is compiled, but the library isn't. The patch adds the LOG into the SLIBs.
regards, kisza -- Andras Kis-Szabo Security Development, Design and Audit -------------------------/ Zorp, NetFilter and IPv6 [EMAIL PROTECTED] /-----Member of the BUTE-MIS-SEARCHlab---------->
--- netfilter/userspace/extensions/Makefile.old Sun Mar 3 00:28:04 2002 +++ netfilter/userspace/extensions/Makefile Sun Mar 3 00:28:31 2002 @@ -1,7 +1,7 @@ #! /usr/bin/make PF_EXT_SLIB:=ah esp icmp limit mac mark multiport owner standard state tcp tcpmss tos ttl udp unclean DNAT DSCP ECN LOG MARK MASQUERADE MIRROR REDIRECT REJECT SAME SNAT TCPMSS TOS ULOG -PF6_EXT_SLIB:=icmpv6 mark tcp udp standard MARK +PF6_EXT_SLIB:=icmpv6 mark tcp udp standard MARK LOG # The following may not be present, but compile them anyway. PF_EXT_SLIB+=TTL iplimit