CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/10/28 13:00:57
Modified files: sys/net : if_bridge.c Log message: Fix a 'bstp still active' panic that happens if a stp enabled interface is destroyed while in the bridge. Fixed by using bridge_delete() which includes the missing bstp_delete() call: Less code and more consistency. Also fix SIOCBRDGDEL to return an error if an interface can not be found. OK claudio, markus.