Date: Fri, 2 Apr 2010 05:12:46 +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: <201004020519.o325JB1J087643@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2010-04-02 05:12:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/ifconfig ifconfig.c sys/net if.h if_tap.c if_tun.c route.h Log: SVN rev 206069 on 2010-04-02 05:12:46Z by qingli MFC 205222 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 Revision Changes Path 1.146.2.4 +1 -1 src/sbin/ifconfig/ifconfig.c 1.120.2.5 +1 -0 src/sys/net/if.h 1.81.2.4 +2 -0 src/sys/net/if_tap.c 1.184.2.3 +2 -0 src/sys/net/if_tun.c 1.85.2.5 +1 -2 src/sys/net/route.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004020519.o325JB1J087643>