[ovs-discuss] OVS code that is responsible for adding and receiving flow entries from controllers

Gurucharan Shetty shettyg at nicira.com
Wed Jul 16 14:58:50 UTC 2014


On Tue, Jul 15, 2014 at 11:30 AM, LUNAT LUNAT <lunat at inbox.lv> wrote:
> Hi,
>
>
> Can anyone point to a function in OVS code that receives flow entries from
> the controllers?
At a very low level, a read() or a recv() would get it. Have a look at
handle_openflow() and see how it gets called and what it does as a
start.

>
>
> What I'm trying to do is to get flow entries from two or more controllers,
> check that flow entries are the same and only then add it to the flow table.
>
>
> Many thanks,
> Max.
>
>
> _______________________________________________
> discuss mailing list
> discuss at openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss
>



More information about the discuss mailing list