CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/09 08:21:32
Modified files:
usr.sbin/switchd: ofp10.c ofp13.c
Log message:
Make switchd(8) ignore PACKET_INs generated from looped traffic. Currently,
it responds to these messages with an invalid PACKET_OUT onto OFP*_PORT_ANY,
resulting in the switch responding with an error, causing switchd to
disconnect the switch.
OK phessler@ claudio@
