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 [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to