--- 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
{