Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2010 17:59:12 +0000 (UTC)
From:      Qing Li <qingli@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.h if_tap.c if_tun.c route.h
Message-ID:  <201003161811.o2GIBcZl070557@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
qingli      2010-03-16 17:59:12 UTC

  FreeBSD src repository

  Modified files:
    sbin/ifconfig        ifconfig.c 
    sys/net              if.h if_tap.c if_tun.c route.h 
  Log:
  SVN rev 205222 on 2010-03-16 17:59:12Z by qingli
  
  Verify interface up status using its link state only
  if the interface has such capability. The interface
  capability flag indicates whether such capability
  exists. This approach is much more backward compatible.
  Physical device driver changes will be part of another
  commit.
  
  Also updated the ifconfig utility to show the LINKSTATE
  capability if present.
  
  Reviewed by:    rwatson, imp, juli
  MFC after:      3 days
  
  Revision  Changes    Path
  1.152     +1 -1      src/sbin/ifconfig/ifconfig.c
  1.126     +1 -0      src/sys/net/if.h
  1.84      +2 -0      src/sys/net/if_tap.c
  1.186     +2 -0      src/sys/net/if_tun.c
  1.90      +1 -2      src/sys/net/route.h



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