Create multicast groups for NDP support
This commit is contained in:
parent
8ca0c7fdf4
commit
6895a6ab34
2 changed files with 27 additions and 0 deletions
10
doc/plan.org
10
doc/plan.org
|
|
@ -74,6 +74,14 @@
|
|||
***** TODO For other nodes -> multicast
|
||||
***** TODO Maybe implement link local addresses (missing at the moment)
|
||||
****** ff02::/??
|
||||
****** rfc4861
|
||||
"Neighbor Solicitation messages are multicast to the solicited-node
|
||||
multicast address of the target address."
|
||||
****** multicasting / groups
|
||||
******* create a group ("node") that contains "all other" ports
|
||||
******* create a multicast group with an ID
|
||||
******* associate the "node" with the multicast group ID
|
||||
|
||||
**** TODO Make switch answer icmp6 echo request for
|
||||
**** TODO Make switch answer icmp echo request for
|
||||
**** TODO Add default route for v6 and v4 hosts
|
||||
|
|
@ -213,8 +221,10 @@ DEBUG:main:INCOMING: <Ether dst=33:33:ff:00:00:42 src=00:00:0a:00:00:01 type=0x
|
|||
**** RFC 6586 for deployment experiences using Stateful NAT64.
|
||||
**** RFC 7757 Explicit Address Mappings for Stateless IP/ICMP Translation
|
||||
**** RFC 4443 ICMPv6 https://tools.ietf.org/html/rfc4443
|
||||
**** RFC 4861: https://tools.ietf.org/html/rfc4861 Neighbor discovery
|
||||
**** RFC 2460 IPv6 (Checksum https://tools.ietf.org/html/rfc2460#section-8.1)
|
||||
**** EAMT/Jool: https://www.jool.mx/en/eamt.html
|
||||
**** Solicited node multicast address https://en.wikipedia.org/wiki/Solicited-node_multicast_address
|
||||
* Proposal / task description
|
||||
** Task description for mystudies
|
||||
*** High speed NAT64 with P4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue