++ todos
This commit is contained in:
parent
29ff9e2333
commit
3acbf88242
2 changed files with 2 additions and 1 deletions
|
@ -114,6 +114,7 @@
|
|||
****** DONE Parse ICMPv6 up to neighbor solicitation -> no: checksum problem
|
||||
****** DONE Use NDP (Neighbor Solicitation (NDP) , Neighbor Advertisement (NDP)) -> no: controller
|
||||
****** Approach 2: use cpu header, forward information to controller
|
||||
****** TODO Fix the ip address match/mapping: 42 -> 2a -> use hex originally
|
||||
***** TODO For other nodes -> multicast
|
||||
***** TODO Maybe implement link local addresses (missing at the moment)
|
||||
****** ff02::/??
|
||||
|
|
|
@ -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']:
|
||||
|
|
Loading…
Reference in a new issue