Re: [ovs-dev] [RFC ovn] ovn-controller: Update actions correctly.

2015-05-15 Thread Ben Pfaff
On Wed, May 13, 2015 at 01:45:56PM -0700, Gurucharan Shetty wrote: When a desired flow is different than the installed flow, we should update its actions based on the desired flow. Signed-off-by: Gurucharan Shetty shet...@nicira.com Ouch! Thanks for the fix. Acked-by: Ben Pfaff

Re: [ovs-dev] [RFC ovn] ovn-controller: Update actions correctly.

2015-05-15 Thread Gurucharan Shetty
On Fri, May 15, 2015 at 9:24 AM, Ben Pfaff b...@nicira.com wrote: On Wed, May 13, 2015 at 01:45:56PM -0700, Gurucharan Shetty wrote: When a desired flow is different than the installed flow, we should update its actions based on the desired flow. Signed-off-by: Gurucharan Shetty

[ovs-dev] [RFC ovn] ovn-controller: Update actions correctly.

2015-05-13 Thread Gurucharan Shetty
When a desired flow is different than the installed flow, we should update its actions based on the desired flow. Signed-off-by: Gurucharan Shetty shet...@nicira.com --- ovn/controller/ofctrl.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovn/controller/ofctrl.c