Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 1999 02:17:53 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h
Message-ID:  <199906060917.CAA42936@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906060917.CAA42936>