[ovs-dev] [PATCH] ovn-northd: Add appctl support.

2015-05-21 Thread Alex Wang
This commit adds appctl support to ovn-northd and the 'exit' command. The 'exit' command can be used in autotest for stopping the ovn-northd. Signed-off-by: Alex Wang --- ovn/northd/ovn-northd.c | 35 +-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --

Re: [ovs-dev] [PATCH] ovn-northd: Add appctl support.

2015-05-22 Thread Ben Pfaff
On Thu, May 21, 2015 at 03:20:48PM -0700, Alex Wang wrote: > This commit adds appctl support to ovn-northd and the 'exit' command. > The 'exit' command can be used in autotest for stopping the ovn-northd. > > Signed-off-by: Alex Wang Acked-by: Ben Pfaff _

Re: [ovs-dev] [PATCH] ovn-northd: Add appctl support.

2015-05-22 Thread Alex Wang
Thx, applied to ovn, On Fri, May 22, 2015 at 12:10 PM, Ben Pfaff wrote: > On Thu, May 21, 2015 at 03:20:48PM -0700, Alex Wang wrote: > > This commit adds appctl support to ovn-northd and the 'exit' command. > > The 'exit' command can be used in autotest for stopping the ovn-northd. > > > > Signe

Re: [ovs-dev] [PATCH] ovn-northd: Add appctl support.

2015-05-23 Thread Russell Bryant
On 05/21/2015 03:20 PM, Alex Wang wrote: > This commit adds appctl support to ovn-northd and the 'exit' command. > The 'exit' command can be used in autotest for stopping the ovn-northd. > > Signed-off-by: Alex Wang The code looks good and I successfully tested it in ovs-sandbox. Nice work. Ac