From owner-cvs-all Wed Dec 16 10:30:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21926 for cvs-all-outgoing; Wed, 16 Dec 1998 10:30:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21916; Wed, 16 Dec 1998 10:30:42 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA00991; Wed, 16 Dec 1998 10:30:43 -0800 (PST) Date: Wed, 16 Dec 1998 10:30:43 -0800 (PST) Message-Id: <199812161830.KAA00991@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/net if.c if_var.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/12/16 10:30:43 PST Modified files: sys/net if.c if_var.h Log: Generalize the if_up() and if_down() functions under the names if_route() and if_unroute(). This is first step towards sanitizing IFF_UP and IFF_RUNNING Revision Changes Path 1.64 +39 -11 src/sys/net/if.c 1.10 +3 -4 src/sys/net/if_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message