Re: [ovs-dev] [PATCH 1/3] ovs-router: fix refcnt leak when program terminates.

2017-06-07 Thread Flavio Leitner
On Tue, Jun 06, 2017 at 05:10:10PM -0700, Ben Pfaff wrote: > On Mon, May 29, 2017 at 04:40:21PM -0300, Flavio Leitner wrote: > > Install a handler to flush routes and release devices when > > the program is terminating. > > > > Signed-off-by: Flavio Leitner > > Thank you! I

Re: [ovs-dev] [PATCH 1/3] ovs-router: fix refcnt leak when program terminates.

2017-06-06 Thread Ben Pfaff
On Mon, May 29, 2017 at 04:40:21PM -0300, Flavio Leitner wrote: > Install a handler to flush routes and release devices when > the program is terminating. > > Signed-off-by: Flavio Leitner Thank you! I applied this to master. If you think that this is a bug fix that I should

[ovs-dev] [PATCH 1/3] ovs-router: fix refcnt leak when program terminates.

2017-05-29 Thread Flavio Leitner
Install a handler to flush routes and release devices when the program is terminating. Signed-off-by: Flavio Leitner --- lib/ovs-router.c | 34 ++ 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/lib/ovs-router.c b/lib/ovs-router.c