CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2015/09/23 06:40:12
Modified files: sys/net : if_trunk.c if_trunk.h Log message: Remove trunk watchdog code since it doesn't do anything useful and we want to limit the number of different places where we access trunk port pointers. trunk_watchdog should be never called as we don't set up it's if_timer and trunk_port_watchdog just calls the if_watchdog from the underlying interface. It's possible that this is no longer needed due to if_slowtimo/ if_watchdog changes done earlier. ok mpi