Re: [ovs-dev] [ovn 3/6] ovn-controller: Don't log every interface missing "iface-id".

2015-04-29 Thread Justin Pettit
> On Apr 28, 2015, at 2:59 PM, Ben Pfaff wrote: > > On Mon, Apr 27, 2015 at 10:14:48PM -0700, Justin Pettit wrote: >> Tunnels create a lot of interfaces without an "external-id:iface-id", so >> logging each interface missing one (even at debug) seems unnecessary. >> >> Signed-off-by: Justin Pet

Re: [ovs-dev] [ovn 3/6] ovn-controller: Don't log every interface missing "iface-id".

2015-04-28 Thread Ben Pfaff
On Mon, Apr 27, 2015 at 10:14:48PM -0700, Justin Pettit wrote: > Tunnels create a lot of interfaces without an "external-id:iface-id", so > logging each interface missing one (even at debug) seems unnecessary. > > Signed-off-by: Justin Pettit Is it worthwhile to retain the log message for interf

Re: [ovs-dev] [ovn 3/6] ovn-controller: Don't log every interface missing "iface-id".

2015-04-28 Thread Russell Bryant
On 04/28/2015 01:14 AM, Justin Pettit wrote: > Tunnels create a lot of interfaces without an "external-id:iface-id", so > logging each interface missing one (even at debug) seems unnecessary. > > Signed-off-by: Justin Pettit > --- > ovn/controller/bindings.c |1 - > 1 files changed, 0 insert

[ovs-dev] [ovn 3/6] ovn-controller: Don't log every interface missing "iface-id".

2015-04-27 Thread Justin Pettit
Tunnels create a lot of interfaces without an "external-id:iface-id", so logging each interface missing one (even at debug) seems unnecessary. Signed-off-by: Justin Pettit --- ovn/controller/bindings.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/ovn/controller/bindin