# HG changeset patch # User Tero Marttila # Date 1396279699 -10800 # Node ID 658bc929cf779eeb64cc48ffa656c86f290bb3ba # Parent b9aa8c35741fffd8e94fc5e881b00683fcab574a pvl.hosts-graph: docdoc diff -r b9aa8c35741f -r 658bc929cf77 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)