Date: Mon, 31 Dec 2001 09:58:33 +0100 From: Joerg Wunsch <j@uriah.heep.sax.de> 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> In-Reply-To: <Pine.NEB.3.96L.1011230170848.98195A-100000@fledge.watson.org>; from rwatson@FreeBSD.org on Sun, Dec 30, 2001 at 05:10:17PM -0500 References: <200112302042.fBUKgUM24406@freefall.freebsd.org> <Pine.NEB.3.96L.1011230170848.98195A-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011231095833.X19756>