Disable printing raw (undecoded) packet
This commit is contained in:
parent
fd3263d731
commit
4d90fd46a8
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ class L2Controller(object):
|
||||||
def recv_msg_cpu(self, pkg):
|
def recv_msg_cpu(self, pkg):
|
||||||
packet = Ether(str(pkg))
|
packet = Ether(str(pkg))
|
||||||
|
|
||||||
self.debug_print_pkg(pkg)
|
# self.debug_print_pkg(pkg)
|
||||||
|
|
||||||
if packet.type == 0x0800:
|
if packet.type == 0x0800:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue