This commit is contained in:
Nico Schottelius 2019-03-05 16:14:36 +01:00
commit 3acbf88242
2 changed files with 2 additions and 1 deletions

View file

@ -248,7 +248,7 @@ class L2Controller(object):
log.debug("o={}".format(orig_packet.__repr__()))
if cpu_header.task == self.task['DEBUG']:
pass
log.debug("Debug purpose only")
elif cpu_header.task == self.task['ICMP6_NS']:
log.debug("Doing neighbor solicitation")
elif cpu_header.task == self.task['ICMP6_GENERAL']: