self focused
This commit is contained in:
parent
c9f8831865
commit
6123dbfe86
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class L2Controller(object):
|
||||||
self.handle_icmp6_ns(orig_packet)
|
self.handle_icmp6_ns(orig_packet)
|
||||||
elif cpu_header.task == self.task['ICMP6_GENERAL']:
|
elif cpu_header.task == self.task['ICMP6_GENERAL']:
|
||||||
if ICMPv6EchoRequest in orig_packet:
|
if ICMPv6EchoRequest in orig_packet:
|
||||||
handle_icmp6_echo_request(orig_packet)
|
self.handle_icmp6_echo_request(orig_packet)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print("Broken pkg: {}".format(pkg.__repr__()))
|
print("Broken pkg: {}".format(pkg.__repr__()))
|
||||||
|
|
Loading…
Reference in a new issue