[controller] --bug
This commit is contained in:
parent
949560c995
commit
1fbbbbbd52
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class L2Controller(object):
|
||||||
def recv_msg_cpu(self, pkg):
|
def recv_msg_cpu(self, pkg):
|
||||||
packet = Ether(str(pkg))
|
packet = Ether(str(pkg))
|
||||||
|
|
||||||
debug_print_pkg(pkg)
|
self.debug_print_pkg(pkg)
|
||||||
|
|
||||||
if packet.type == 0x800:
|
if packet.type == 0x800:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue