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

Justin Pettit jpettit at nicira.com
Tue Apr 28 05:14:48 UTC 2015


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 <jpettit at nicira.com>
---
 ovn/controller/bindings.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ovn/controller/bindings.c b/ovn/controller/bindings.c
index dcaee6c..dc1da5a 100644
--- a/ovn/controller/bindings.c
+++ b/ovn/controller/bindings.c
@@ -64,7 +64,6 @@ get_local_iface_ids(struct controller_ctx *ctx, struct sset *lports)
             iface_rec = port_rec->interfaces[j];
             iface_id = smap_get(&iface_rec->external_ids, "iface-id");
             if (!iface_id) {
-                VLOG_DBG("Could not find iface-id for '%s'", iface_rec->name);
                 continue;
             }
             sset_add(lports, iface_id);
-- 
1.7.5.4




More information about the dev mailing list