answer -> pkg

This commit is contained in:
Nico Schottelius 2019-03-05 17:09:17 +01:00
parent 253353daf5
commit 23fa17d01d
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class L2Controller(object):
def send_pkg(self, pkg):
self.debug_print_pkg(pkg, "OUTGOING")
sendp(answer, iface=self.intf, verbose=False)
sendp(pkg, iface=self.intf, verbose=False)
def recv_msg_cpu(self, pkg):
packet = Ether(str(pkg))