Package ZenUtils :: Module NetworkTree
[hide private]
[frames] | no frames]

Module NetworkTree

source code

Classes [hide private]
  NetworkLink
Represents a link between two IpInterfaces related by network connectivity.
Functions [hide private]
 
_fromDeviceToNetworks(dev) source code
 
_fromNetworkToDevices(net, devclass) source code
 
_get_related(node, filter='/') source code
 
_sortedpair(x, y) source code
 
_get_connections(rootnode, depth=1, pairs=[], filter='/')
Depth-first search of the network tree emanating from rootnode, returning (network, device) edges.
source code
 
get_edges(rootnode, depth=1, withIcons=False, filter='/')
Returns some edges
source code
 
getDeviceNetworkLinks(rootdevice)
Returns network links to other devices
source code