CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/09/14 05:42:52
Modified files: sys/net : if.h Log message: Add a way to convert the ifi_link_state to a string without the use of if_media. This makes link state tracking a lot easier as there is no need to convert if types to if_media types, etc. Additionally this allows us to extend the link states to include states tracked on higher protocol layers. gre(4) keepalives packets, bfd and udld can be implemented without ugly hacks. OK henning, michele, sthen, deraadt