On Thu, May 21, 2015 at 12:21:08AM +0300, Alexander Shalimov wrote: > The latest OVS drops all packets that don't match a flow. Is it possible to > change this behavior back to packet_in to the OpenFlow controller? Any > options?
What version of OpenFlow are you using? The defaults are different for OpenFlow 1.0 and 1.3. If you're using OpenFlow 1.3, then you can get packet-ins by default by requesting that through the table configuration using an OpenFlow "table_mod" message. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
