From owner-freebsd-net Wed Dec 11 9:48:13 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C604F37B401 for ; Wed, 11 Dec 2002 09:48:12 -0800 (PST) Received: from sep.oldach.net (sep.oldach.net [194.180.25.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4395143E4A for ; Wed, 11 Dec 2002 09:48:11 -0800 (PST) (envelope-from hmo@sep.oldach.net) Received: from sep.oldach.net (localhost [127.0.0.1]) by sep.oldach.net (8.12.6/8.12.6/hmo29jun02) with ESMTP id gBBHm0cg051593 (version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=NO); Wed, 11 Dec 2002 18:48:03 +0100 (CET) (envelope-from hmo@sep.oldach.net) Received: (from hmo@localhost) by sep.oldach.net (8.12.6/8.12.6/Submit) id gBBHlxYY051592; Wed, 11 Dec 2002 18:47:59 +0100 (CET) (envelope-from hmo) Message-Id: <200212111747.gBBHlxYY051592@sep.oldach.net> Subject: Re: freebsd 4.7-stable kernel gre tunnel support for squid's wccp cisco interaction In-Reply-To: <200212111521.gBBFLJO27181@myra.cc.metu.edu.tr> from Gokhan Eryol at "Dec 11, 2002 5:21:18 pm" To: eryol@metu.edu.tr (Gokhan Eryol) Date: Wed, 11 Dec 2002 18:47:59 +0100 (CET) Cc: freebsd-net@FreeBSD.ORG From: Helge Oldach MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Gokhan Eryol: > I upgraded /usr/src from 4.7-RELEASE to 4.7-STABLE by cvs and trying > to compile it for transparent web-caching with squid (wccp support). I > tried the steps described in > http://www.squid-cache.org/Doc/FAQ/FAQ-17.html as i did before. I believe this should be mostly obsolete. GRE has been incorporated into STABLE on 1st December, so you shouldn't need to patch anything any more. Probably you will just have to configure a gre interface and make squid talk to that. > /usr/src/sys/netinet/ip_var.h:184: conflicting types for `gre_input' > /usr/src/sys/netinet/ip_gre.h:41: previous declaration of `gre_input' > /usr/src/sys/netinet/ip_var.h:184: warning: redundant redeclaration of > `gre_input' in same scope > /usr/src/sys/netinet/ip_gre.h:41: warning: previous declaration of > `gre_input' Yep, this sounds like the patch has already garbled your ip_var.h and ip_gre.h files and has thrown in superfluous declarations. Regards, Helge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message