X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from smtp.freemail.gr (smtp.freemail.gr [81.171.104.132]) by lists.alpinelinux.org (Postfix) with ESMTP id 4545A17003B80 for ; Mon, 8 Dec 2008 17:48:16 +0000 (UTC) Received: from [10.10.10.2] (ppp-94-65-141-176.home.otenet.gr [94.65.141.176]) by smtp.freemail.gr (Postfix) with ESMTP id AE9683381A9 for ; Mon, 8 Dec 2008 19:48:12 +0200 (EET) Message-ID: <493D5DDD.2020100@freemail.gr> Date: Mon, 08 Dec 2008 19:48:13 +0200 From: Harry Lachanas User-Agent: Icedove 1.5.0.14eol (X11/20080724) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] 1.7.28 issues References: <493CBFDB.1020508@freemail.gr> <1228752276.24384.135.camel@nc> In-Reply-To: <1228752276.24384.135.camel@nc> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Natanael Copa wrote: > On Mon, 2008-12-08 at 08:34 +0200, Harry Lachanas wrote: > >> Hi all, >> >> I salute the 1.7.28 release and found the following little problems ... >> >> xtables-addons + iptables 1.4.2 >> >> a) xtables-addons misses the ipp2p component >> > > It is supposed to be in the modloop (the loopback device where kernel > modules are). No kernel modules are included in apk packages. > > Hi nc !! I understand now that I wasn't clear enough. The xtables-addons module seems ok .... It is the iptables --> libxt_ipp2p.so that is missing from /lib/xtables ( this is the lib module that iptables use to contact the xtables-addons kernel module. ) instead the /lib/iptables/libipt_ipp2p.so is there, as if the old module was compiled in the kernel ??. >> b) the old ipp2p component is still compiled in the Kernel >> but since iptables version 1.4.2 is implied it cannot be used, >> > > are you 100% that its not the xtables-addons that is in there? looks to > me that when you modprobe ipp2p you actually get the xtables-addons > module. lsmod shows xt_ipp2p (new from xtables-addons) and not ipt_ipp2p > (old ipp2p) > > > yes the xt_ipp2p module gets loaded .... but if U do a #iptables -m ipp2p -help you get iptables v1.4.2: Couldn't load match `ipp2p':File not found Try `iptables -h' or 'iptables --help' for more information. Cheers, Harry. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---