From owner-cvs-all Mon Dec 31 1:20:30 2001 Delivered-To: cvs-all@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id EDC2637B405; Mon, 31 Dec 2001 01:20:21 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id KAA23869; Mon, 31 Dec 2001 10:20:20 +0100 (CET) Received: (from j@localhost) by uriah.heep.sax.de (8.11.6/8.11.6) id fBV8wXa65586; Mon, 31 Dec 2001 09:58:33 +0100 (MET) (envelope-from j) Date: Mon, 31 Dec 2001 09:58:33 +0100 From: Joerg Wunsch To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_sppp.h if_spppsubr.c Message-ID: <20011231095833.X19756@uriah.heep.sax.de> Reply-To: Joerg Wunsch Mail-Followup-To: Joerg Wunsch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200112302042.fBUKgUM24406@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rwatson@FreeBSD.org on Sun, Dec 30, 2001 at 05:10:17PM -0500 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As Robert Watson wrote: > I.e., > > ifconfig lo0 bind inet > ifconfig lo0 bind inet6 > ifconfig fxp0 bind inet > ifconfig fxp0 bind inet6 > ifconfig ppp0 bind inet > ... Looks good. > That and to seperate 'administrative up/down' from 'hardware up/down' > better in our administrative tools. Oh yes, that's something sppp would also benefit from. Currently, i'm abusing IFF_RUNNING to remember the hardware state. (For ISDN autodialing lines, the line is only brought up when traffic arrives, for the remaining time, the hardware is `down' although the interface is ready to accept packets, thus IFF_UP needs to be set. In retrospect, i could have found a better solution instead.) -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message