From owner-freebsd-questions Thu Aug 16 4:41:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mixtim.homeip.net (cg392862-a.adubn1.nj.home.com [65.2.79.221]) by hub.freebsd.org (Postfix) with ESMTP id EEB2F37B443 for ; Thu, 16 Aug 2001 04:41:31 -0700 (PDT) (envelope-from michael@mixtim.homeip.net) Received: by mixtim.homeip.net (Postfix, from userid 1000) id 3736E98D7; Thu, 16 Aug 2001 07:41:30 -0400 (EDT) Date: Thu, 16 Aug 2001 07:41:30 -0400 From: Mixtim To: Srinivasa Rao Cc: "freebsd-questions@freebsd.org" Subject: Re: freeBsd with only ipv4 stack Message-ID: <20010816074130.A11941@mixtim.homeip.net> Reply-To: mixtim@mixtim.homeip.net References: <3B7BAA70.CC64AEE3@india.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B7BAA70.CC64AEE3@india.hp.com>; from srrao@india.hp.com on Thu, Aug 16, 2001 at 04:41:44PM +0530 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 On Thu, Aug 16, 2001 at 04:41:44PM +0530, Srinivasa Rao wrote: > What are the web links for freeBsd source code which provides only IPV4 > stack. Just remove the "options INET6" line from your kernel config file. If you are browsing the source then just ignore the parts inside "#ifdef INET6" sections. If you can't stand having to look at those sections then run the code through the preprocessor first to remove them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message