From owner-freebsd-questions Mon Feb 11 3:27:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from carmel.diva.nl (carmel.diva.nl [213.136.18.196]) by hub.freebsd.org (Postfix) with ESMTP id 1A21237B405 for ; Mon, 11 Feb 2002 03:27:49 -0800 (PST) Received: from localhost (boland@localhost) by carmel.diva.nl (8.11.1/8.11.1) with ESMTP id g1BBRlh21012 for ; Mon, 11 Feb 2002 12:27:47 +0100 (CET) Date: Mon, 11 Feb 2002 12:27:47 +0100 (CET) From: Michiel Boland To: freebsd-questions@freebsd.org Subject: if_gif.ko fails to load on a kernel without INET6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I compiled and installed a kernel without 'options INET6' and 'pseudo-device gif'. I decided later on that gif(4) is quite a handy feature after all. I did not want to rebuild the kernel, so I tried to load the if_gif.ko module instead. That did not work. The kernel reports 'link_elf: symbol ip6_gif_hlim undefined'. So it looks like if_gif.ko is compiled with INET6 even if this option is disabled in the configuration file. I notice now that /src/sys/modules/if_gif/Makefile defines INET6 so that might it. Both 4.4-RELEASE and 4.5-RELEASE exhibit these symptoms. Is this something worthy of a PR? Cheers Michiel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message