Exemplo n.º 1
0
 def get_port_from_device(device):
     port = nvsd_db.get_port_from_device(device)
     if port:
         port['device'] = device
     return port
Exemplo n.º 2
0
 def get_port_from_device(device):
     port = nvsd_db.get_port_from_device(device)
     if port:
         port['device'] = device
     return port