Andras Kis-Szabo ................................... (2002. március 03.)

 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.
The 'mac multiport owner limit' missed, too.

For the length patch:
the patch requires some test file under the extensions directory (to compile
the libraryes)

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 02:31:49 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 mac multiport owner limit 
 
 # The following may not be present, but compile them anyway.
 PF_EXT_SLIB+=TTL iplimit
--- netfilter/userspace/extensions/.length-test.old     Sun Mar  3 02:40:14 2002
+++ netfilter/userspace/extensions/.length-test Sun Mar  3 02:34:11 2002
@@ -0,0 +1,2 @@
+#!/bin/sh
+[ -f $KERNEL_DIR/net/ipv4/netfilter/ipt_length.c -a -f 
+$KERNEL_DIR/include/linux/netfilter_ipv4/ipt_length.h ] && echo length
--- netfilter/userspace/extensions/.length-test6.old    Sun Mar  3 02:40:23 2002
+++ netfilter/userspace/extensions/.length-test6        Sun Mar  3 02:34:28 2002
@@ -0,0 +1,2 @@
+#!/bin/sh
+[ -f $KERNEL_DIR/net/ipv6/netfilter/ip6t_length.c -a -f 
+$KERNEL_DIR/include/linux/netfilter_ipv6/ip6t_length.h ] && echo length

Reply via email to