From wollman@khavrinen.lcs.mit.edu  Thu Feb  8 13:28:33 1996
Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.26.0.162])
          by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA29496
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 8 Feb 1996 13:28:29 -0800 (PST)
Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.7.3/8.6.6) id QAA07565; Thu, 8 Feb 1996 16:28:28 -0500 (EST)
Message-Id: <199602082128.QAA07565@khavrinen.lcs.mit.edu>
Date: Thu, 8 Feb 1996 16:28:28 -0500 (EST)
From: "Garrett A. Wollman" <wollman@khavrinen.lcs.mit.edu>
Reply-To: wollman@khavrinen.lcs.mit.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: Bogus static route in default /etc/sysconfig
X-Send-Pr-Version: 3.2

>Number:         1007
>Category:       conf
>Synopsis:       Bogus static route in default /etc/sysconfig
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb  8 13:30:02 PST 1996
>Closed-Date:    Fri Feb 9 04:45:56 PST 1996
>Last-Modified:  Fri Feb  9 04:46:18 PST 1996
>Originator:     Garrett Wollman
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
MIT Laboratory for Computer Science
>Environment:

	-current as of this morning

>Description:

	/usr/src/etc/sysconfig contains the following text:

	|static_routes="multicast loopback"
	|route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}"
	|route_loopback="${hostname} localhost"

	The `loopback' bits are bogus.  Furthermore, a number of people have
	name-resolution problems related to the use of ${hostname} in
	route_multicast; this should use a numeric IP address instead.

>How-To-Repeat:

	more /usr/src/etc/sysconfig

>Fix:
	
	Delete the offending bits, which serve no purpose.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Fri Feb 9 04:45:56 PST 1996 
State-Changed-Why:  
Fixed essentially as suggested (along with the one or two other broken 
things I found while in there). 
>Unformatted:
Garrett A. Wollman
