CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/12 00:20:30
Modified files:
sys/net : if_bridge.c
Log message:
Set bridge(4)'s if_output to a dummy function returning EAFNOSUPPORT as
it should not be used to output packets but we have to respect the ifp
driver API to some extend.
Prevent a panic found the hardway by espie@.
ok claudio@, mikeb@, jsg@, krw@
