src/internet/helper/ipv6-address-helper.h
changeset 10405 45c8fceae24e
parent 10158 971f362648c3
child 11020 e15cd6420301
--- a/src/internet/helper/ipv6-address-helper.h	Thu Nov 14 19:07:55 2013 +0100
+++ b/src/internet/helper/ipv6-address-helper.h	Thu Nov 14 22:43:53 2013 +0100
@@ -73,6 +73,11 @@
  * If this method is called, the addressed returned will include a
  * modified EUI-64-format identifier created from the MAC address as 
  * specified in \RFC{4291}.
+ *
+ * BEWARE: the underlying implementation acts as a Singleton.
+ * In other terms, two different instances of Ipv6AddressHelper will
+ * pick IPv6 numbers from the same pool. Changing the network in one of them
+ * will also change the network in the other instances.
  */
 class Ipv6AddressHelper
 {