1.1 --- a/src/devices/emu/emu-net-device.h Wed Nov 05 15:00:59 2008 -0800
1.2 +++ b/src/devices/emu/emu-net-device.h Fri Nov 07 11:36:15 2008 -0800
1.3 @@ -151,6 +151,15 @@
1.4 virtual Address GetMulticast (Ipv4Address multicastGroup) const;
1.5
1.6 /**
1.7 + * \brief Get the MAC multicast address corresponding
1.8 + * to the IPv6 address provided.
1.9 + * \param addr IPv6 address
1.10 + * \return the MAC multicast address
1.11 + * \warning Calling this method is invalid if IsMulticast returns not true.
1.12 + */
1.13 + virtual Address GetMulticast (Ipv6Address addr) const;
1.14 +
1.15 + /**
1.16 * Is this a point to point link?
1.17 * \returns false.
1.18 */