OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Claudio Jeker (claudiocvs.openbsd.org)
Date: Thu May 06 2010 - 07:58:40 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2010/05/06 06:58:40

Modified files:
        sbin/ifconfig : ifconfig.c

Log message:
Print the link state for devices not having if_media support by looking at
ifdata->ifi_link_state. Don't print in case of a unknown linkstate since
some devices (lo0) just have none.
OK sthen, dlg, blambert