Re: [ovs-dev] [PATCH] ovn-controller: Fix a wrong comment.

2017-05-31 Thread Ben Pfaff
On Tue, May 16, 2017 at 11:21:22AM -0700, Han Zhou wrote: > Flows are sent to switch by ofctrl_put() instead of ofctrl_run(), so > fix the comment which was misleading. > > Signed-off-by: Han Zhou Thanks! I applied this to master.

[ovs-dev] [PATCH] ovn-controller: Fix a wrong comment.

2017-05-16 Thread Han Zhou
Flows are sent to switch by ofctrl_put() instead of ofctrl_run(), so fix the comment which was misleading. Signed-off-by: Han Zhou --- ovn/controller/ofctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn/controller/ofctrl.c b/ovn/controller/ofctrl.c