[ovs-discuss] How to apply a patch posted in ovs-dev mailing list?

2015-01-11 Thread Ji Li
Hi all, I am working on a project related to ovs user space tunneling and I found a patch posted in ovs-dev mailing list: http://openvswitch.org/pipermail/dev/2014-October/047443.html I want to apply this patch and have a test on my side, but I don't know which version of ovs source code is the

Re: [ovs-discuss] How to keep/update pre-configured flows when connecting to an OVS controller?

2014-05-08 Thread Ji Li
Hi Justin, Thanks a lot for your response! Have some more questions: > > Actually I find the flows will also be totally deleted after the OVS > bridge > > is disconnected from the controller. > > That surprises me. If by disconnected, you mean that the controller is > still configured but not r

[ovs-discuss] How to keep/update pre-configured flows when connecting to an OVS controller?

2014-05-07 Thread Ji Li
Hi, I'm setting up an OpenvSwitch controller with OpenDaylight to make some remote configuration of the openflow rules. Before connecting OVS bridge to the controller, there are already some basic flow configurations for the OVS bridge. e.g. flowA, flowB for br0 After I connect OVS bridge with th