self focused

This commit is contained in:
Nico Schottelius 2019-03-05 22:05:26 +01:00
parent c9f8831865
commit 6123dbfe86
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class L2Controller(object):
self.handle_icmp6_ns(orig_packet)
elif cpu_header.task == self.task['ICMP6_GENERAL']:
if ICMPv6EchoRequest in orig_packet:
handle_icmp6_echo_request(orig_packet)
self.handle_icmp6_echo_request(orig_packet)
else:
print("Broken pkg: {}".format(pkg.__repr__()))