CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/12 04:49:42
Modified files:
sys/net : switchofp.c
Log message:
Don't write configuration request replies outside of the packet
boundaries. The config request message mbuf is always shorter than the
config request reply message, so use m_copyback() to append the extra
data.
