[icmp6] forward NDP multicast to controller in correct fashion

This commit is contained in:
Nico Schottelius 2019-03-04 14:07:05 +01:00
commit 0fa70432d1
4 changed files with 39 additions and 27 deletions

View file

@ -432,9 +432,18 @@ DEBUG:main:INCOMING: <Ether dst=33:33:ff:00:00:42 src=00:00:0a:00:00:01 type=0x
**** Requirements
*** Performance comparison
*** Feature/Functionality difference / overview
*** Feature/Functionality difference / overview / Challenges in P4
**** ICMP6: checksum over payload
- variable length, up to 65k
**** Synchronisation with the controller
- Double data type definition -> might differ
- TYPE_CPU for ethernet
- Port ingress offset (9 vs. 16 bit)
**** Not included
- DNS64 - has already been solved in a different domain
*** References / Follow up
**** RFC 2460 IPv6 (Checksum https://tools.ietf.org/html/rfc2460#section-8.1)
**** RFC 3810 MLD2 https://tools.ietf.org/html/rfc3810