Re: [ovs-dev] [PATCH] ovs-router: Report ovs/route/add errors as errors.

2015-11-10 Thread Ben Pfaff
On Mon, Nov 09, 2015 at 10:51:48AM -0200, Thadeu Lima de Souza Cascardo wrote: > On Fri, Nov 06, 2015 at 03:08:29PM -0800, Ben Pfaff wrote: > > The _error version should be used to report errors. > > > > Signed-off-by: Ben Pfaff > > --- > > lib/ovs-router.c | 11 ++- > > 1 file changed,

Re: [ovs-dev] [PATCH] ovs-router: Report ovs/route/add errors as errors.

2015-11-09 Thread Thadeu Lima de Souza Cascardo
On Fri, Nov 06, 2015 at 03:08:29PM -0800, Ben Pfaff wrote: > The _error version should be used to report errors. > > Signed-off-by: Ben Pfaff > --- > lib/ovs-router.c | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff --git a/lib/ovs-router.c b/lib/ovs-router.c > index