[controller] --bug

This commit is contained in:
Nico Schottelius 2019-02-24 15:54:32 +01:00
parent 949560c995
commit 1fbbbbbd52
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class L2Controller(object):
def recv_msg_cpu(self, pkg):
packet = Ether(str(pkg))
debug_print_pkg(pkg)
self.debug_print_pkg(pkg)
if packet.type == 0x800:
pass