Difference between revisions of "VPP/Features/IPv6"

From fd.io
< VPP‎ | Features
Jump to: navigation, search
(Created page with "= IPv6 implementation description = == Implementation issues == * HBH processed by default and limited to IOAM. Risk of DOS attack * Disable MLD by default * Disable sending...")
 
Line 7: Line 7:
 
* Disable sending RA by default
 
* Disable sending RA by default
 
* Add more states in ND
 
* Add more states in ND
 +
* Move TTL check. Currently don't before locally received packets.

Revision as of 10:08, 24 May 2016

IPv6 implementation description

Implementation issues

  • HBH processed by default and limited to IOAM. Risk of DOS attack
  • Disable MLD by default
  • Disable sending RA by default
  • Add more states in ND
  • Move TTL check. Currently don't before locally received packets.