CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2016/09/27 13:40:43
Modified files: usr.sbin/switchd: ofp10.c ofp13.c Log message: OpenFlow PACKET_IN can send truncated packets; this only makes sense if the switch buffers packets, otherwise we might end up forwarding truncated packets to the network with the PACKET_OUT response. So, for now, only close the connection if the packet is not buffered by the switch but truncated. OK rzalamena@