CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/07/23 08:19:52
Modified files: sbin/route : route.c Log message: Only print unknown in RTM_IFINFO messages when the link is in LINK_STATE_UNKOWN. In the other case use LINK_STATE_IS_UP() to print either "up" or "down". OK henning@, sthen@