pvl.hosts-graph: docdoc
authorTero Marttila <terom@paivola.fi>
Mon, 31 Mar 2014 18:28:19 +0300
changeset 415 658bc929cf77
parent 414 b9aa8c35741f
child 416 fb0fd4ac0168
pvl.hosts-graph: docdoc
bin/pvl.hosts-graph
--- a/bin/pvl.hosts-graph	Mon Mar 31 18:19:59 2014 +0300
+++ b/bin/pvl.hosts-graph	Mon Mar 31 18:28:19 2014 +0300
@@ -433,7 +433,8 @@
                     log.debug("%s:%s: no remote node", host, port)
                 
                 elif remote_leaf and (remote_node not in bridge_hosts) and len(ethernets) > 1 :
-                    log.info("%s:%s: map onto non-bridge leaf remote %s", host, port, remote_node)
+                    # map onto non-bridge leaf node
+                    log.info("%s: <== %s:%s ", remote_node, host, port)
 
                     # map links out of the assumed remote bridge
                     local_node = remote_node
@@ -458,7 +459,8 @@
                     
                     if not remote_host :
                         continue
-
+                
+                    # TODO: also handled multiple IP/ethers for the same host
                     elif remote_host == host and local_node != host :
                         log.debug("%s:%s: skip remote-mapped self", host, port)