CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/11/07 05:37:19
Modified files: sys/net : bridgestp.c if_bridge.c Log message: Don't try to be clever testing if a queue is full before calling if_enqueue(). As pointed by dlg@, IF_QFULL on works in the priq case. Prompted by a diff from uebayasi@ to export ifi_oqdrops, ok dlg@