[PATCH] UP/extensions/Makefile
Andras Kis-Szabo
kisza@securityaudit.hu
Sun, 3 Mar 2002 00:40:05 +0100
--gBBFr7Ir9EOA20Yy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
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
kisza@SecurityAudit.hu /-----Member of the BUTE-MIS-SEARCHlab---------->
--gBBFr7Ir9EOA20Yy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="extmakefile.20020302"
--- 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
--gBBFr7Ir9EOA20Yy--