From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 7 20:20:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAA8116A4CE for ; Thu, 7 Oct 2004 20:20:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCCF143D3F for ; Thu, 7 Oct 2004 20:20:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i97KKWw4084308 for ; Thu, 7 Oct 2004 20:20:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i97KKWNQ084307; Thu, 7 Oct 2004 20:20:32 GMT (envelope-from gnats) Date: Thu, 7 Oct 2004 20:20:32 GMT Message-Id: <200410072020.i97KKWNQ084307@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Subject: Re: kern/72263: gifconfig output corruption X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 20:20:33 -0000 The following reply was made to PR kern/72263; it has been noted by GNATS. From: Brooks Davis To: Jonas Nagel Cc: freebsd-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/72263: gifconfig output corruption Date: Thu, 7 Oct 2004 13:17:59 -0700 On Thu, Oct 07, 2004 at 09:56:49PM +0200, Jonas Nagel wrote: > Ok, I got news on this: > > I saw that it works ok when doing the configuration manually, but it > wont work with the following entries in rc.conf: > > gif_interfaces="gif0" > gifconfig_gif0="81.6.6.90 210.5.10.80" > ifconfig_gif0="inet 192.168.0.1 192.168.3.1 netmask 0xffffff00" > > (IP's given are examples) > > Any ideas on that? I double checked that with the handbook/man pages and > it all *should* work this way. But it doesn't for some reason. Adding those lines to rc.conf on a maching running 4.10-RELEASE with a few patchs unrelated to gif(4) works for me. Is gif in your kernel or loaded as a module? What's your kernel config look like? -- Brooks