CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2016/09/28 00:39:33
Modified files: sys/net : switchofp.c Log message: Do not truncate packets that are attached to PACKET_IN. The switch should only truncate packets if it implements buffering - which switch(4) doesn't - or the controller might end up sending PACKET_OUT responses with truncated packets that will eventually end up on the network. OK goda@