Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2002 08:55:27 -0700 (MST)
From:      "M. Warner Losh" <imp@village.org>
To:        ru@FreeBSD.org
Cc:        rwatson@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/net if.c if.h route.h rtsock.c src/share/man/man4 route.4 src/sbin/route route.c
Message-ID:  <20020121.085527.98102760.imp@village.org>
In-Reply-To: <20020121173406.A77567@sunbay.com>
References:  <20020121103822.A16527@sunbay.com> <Pine.NEB.3.96L.1020121101217.69509A-100000@fledge.watson.org> <20020121173406.A77567@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20020121173406.A77567@sunbay.com>
            Ruslan Ermilov <ru@FreeBSD.org> writes:
: I'm talking about IFF_UP thing here, not sure what do you mean.

Robert is talking about connecting and disconnecting the cable.  This
changes the "link status":

fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255
        ether 00:20:e0:68:17:ae 
        media: Ethernet autoselect (none)
        status: no carrier

to

fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255
        ether 00:20:e0:68:17:ae 
        media: Ethernet autoselect (none)
        status: active

Warner


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?20020121.085527.98102760.imp>