> On May 2, 2018, at 8:40 AM, Sh j <[email protected]> wrote: > > For example, if an OVS receives a ICMP_reply and it is the destination of > this ICMP_reply, it does not need to send a packet_in to the controller. > So I want to install some flow rules or configure OVS to not send packet_in > messages in this case. > > I am using ONOS as a controller. The problem is that when the OVS connects to > the controller, all flow rules added manually are disappeared. > > Is there any way to force OVS to keep some kind of flow rules and connecting > to the controller does not affect that?
It sounds like your controller is deleting the flows, not OVS itself. I think you'll need to make your controller not do that for the manually added flows. --Justin _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
