Exemplo n.º 1
0
 def __init__(self):
     self.db = DBConnection(
         'postgresql://*****:*****@192.168.1.102/controllerdb')
     self.topology_manager = TopologyManager(self.db)
     self.ryu = RyuManager(self.db)
     self._current_mpls_label = 0
     self._flows_added = 0