ovs-brcompatd: Simplify code in brc_recv_update().
[openvswitch] / DESIGN
diff --git a/DESIGN b/DESIGN
index 56e2605321ec215e1dea519f4a42d3307312e15d..6e25f01bf774ccdbe6d80162083d04ab14a8f398 100644 (file)
--- a/DESIGN
+++ b/DESIGN
@@ -15,7 +15,8 @@ IPv6
 
 Open vSwitch supports stateless handling of IPv6 packets.  Flows can be
 written to support matching TCP, UDP, and ICMPv6 headers within an IPv6
 
 Open vSwitch supports stateless handling of IPv6 packets.  Flows can be
 written to support matching TCP, UDP, and ICMPv6 headers within an IPv6
-packet.
+packet.  Deeper matching of some Neighbor Discovery messages is also
+supported.
 
 IPv6 was not designed to interact well with middle-boxes.  This,
 combined with Open vSwitch's stateless nature, have affected the
 
 IPv6 was not designed to interact well with middle-boxes.  This,
 combined with Open vSwitch's stateless nature, have affected the