Date: Wed, 11 Dec 2002 18:47:59 +0100 (CET) From: Helge Oldach <freebsd-net-11dec02@oldach.net> To: eryol@metu.edu.tr (Gokhan Eryol) Cc: freebsd-net@FreeBSD.ORG Subject: Re: freebsd 4.7-stable kernel gre tunnel support for squid's wccp cisco interaction Message-ID: <200212111747.gBBHlxYY051592@sep.oldach.net> In-Reply-To: <200212111521.gBBFLJO27181@myra.cc.metu.edu.tr> from Gokhan Eryol at "Dec 11, 2002 5:21:18 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212111747.gBBHlxYY051592>