From owner-cvs-all Sun Jun 6 2:17:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1045814FE4; Sun, 6 Jun 1999 02:17:53 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA42936; Sun, 6 Jun 1999 02:17:53 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199906060917.CAA42936@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 6 Jun 1999 02:17:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/06/06 02:17:52 PDT Modified files: sbin/ifconfig ifconfig.c sys/net if.c if.h Log: Introduce IFF_SMART bit. This means that the driver will add/delete routes when it knows it is up/down, rather than have the generic code belive it is up if configured. This is probably most useful for serial lines, although many PHY chips could probably tell us if we're connected to the cable/hub as well. Revision Changes Path 1.40 +2 -2 src/sbin/ifconfig/ifconfig.c 1.71 +7 -4 src/sys/net/if.c 1.53 +3 -2 src/sys/net/if.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message