Beispiel #1
0
 def send_packet_out(self, device_id, packet_out):
     packet_out = PacketOut(id=device_id, packet_out=packet_out)
     self.packet_out_queue.put(packet_out)
Beispiel #2
0
 def send_packet_out(self, device_id, packet_out):
     self.log.debug('grpc client to send packet-out')
     packet_out = PacketOut(id=device_id, packet_out=packet_out)
     self.packet_out_queue.put(packet_out)