This is a discussion on Re: patch if_trunk.h for ath and em within the mailing.openbsd.tech forums, part of the OpenBSD category; --> * Lutz Hamann <l.hamann@diompika.org> [2007-07-28 23:24]: > I wonder if this is really the best solution, since not all ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| * Lutz Hamann <l.hamann@diompika.org> [2007-07-28 23:24]: > I wonder if this is really the best solution, since not all drivers > support link_state and also tools like bgpd just use !LINK_STATE_DOWN > as indication that a link is up. yup, and you kinda gave the reason already, not all drivers handle link state correctly. some hardware is not even capable of reporting it. soin bgpd's case where we use the link state for nexthop verification, we check wether it is not down - which means it is either up or we don't know, in which case we cannot do anything. the problem for trunk is different tho, I am not sure what the best solution is. -- Henning Brauer, hb@bsws.de, henning@openbsd.org BS Web Services, http://bsws.de Full-Service ISP - Secure Hosting, Mail and DNS Services Dedicated Servers, Rootservers, Application Hosting - Hamburg & Amsterdam |