Subject: Re: port-amiga/2396: ifconfig on tty00 broken
To: None <netbsd-bugs@NetBSD.ORG>
From: None <is@Beverly.Rhein.DE>
List: netbsd-bugs
Date: 05/14/1996 10:00:35
Andreas Florath (florath@stochastik.rwth-aachen.de) wrote:
: 
: >Description:
: 	I updated from NetBSD-current 1.1A (Feb, 28th) to NetBSD-current 
: 1.1B (May, 11th). Under the new version the command 'ifconfig' fails.

Under the old, the same command would have failed, too. 

: >How-To-Repeat:
: 	Type:
: ifconfig tty00 inet 137.226.243.214 134.130.79.3 netmask 255.255.255.0
: (or something similar). The command returns:
: "ifconfig: SIOCGIFFLAGS: Device not configured"

Yes. tty00 is no network device. ifconfig complains it cant find any
network interface called "tty" with unit 0. 

Looks like youre looking for some Ethernet (ae0, ed0, le0, es0..) or 
ARCnet (bah0) device. 

(In case of point-to-point devices pppN and slipN for N being some small
number, probably 0, there should be another problem: point to point
device dont take netmasks.)

Regards,
	Ignatios Souvatzis