From: Justin Pettit <jpet...@nicira.com>

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 <jpet...@nicira.com>
Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 ovn/controller/bindings.c | 1 -
 1 file changed, 1 deletion(-)

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);
-- 
2.1.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to