Re: [ovs-discuss] OVS as a destination

2018-05-02 Thread Justin Pettit
> On May 2, 2018, at 8:40 AM, Sh j 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

Re: [ovs-discuss] OVS as a destination

2018-05-02 Thread Blue Lang
You don't want to do that. The controller should always initiate the flow rules on switch connection to ensure stale or unwanted rules aren't present. If you want to "force" a set of base rules, have ONOS push them to every switch on connection. On Wed, May 2, 2018 at 11:40 AM, Sh j

Re: [ovs-discuss] OVS as a destination

2018-05-02 Thread Sh j
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

[ovs-discuss] OVS as a destination

2018-05-01 Thread Sh j
Hello, If the destination of a packet be an OVS, is there any way to set the OVS to get the packet without sending any packet_in messages to the controller for handling this packet? Thank you ___ discuss mailing list disc...@openvswitch.org