--- a/src/internet-node/arp-ipv4-interface.cc Sun Aug 12 22:43:25 2007 -0700
+++ b/src/internet-node/arp-ipv4-interface.cc Mon Aug 13 12:08:01 2007 -0700
@@ -81,6 +81,14 @@
hardwareDestination = GetDevice ()->GetBroadcast ();
found = true;
}
+ else if (dest.IsMulticast ())
+ {
+ NS_DEBUG ("ArpIpv4Interface::SendTo (): IsMulticast");
+ // XXX BUGBUG
+ // Need real multicast addresses
+ hardwareDestination = GetDevice ()->GetBroadcast ();
+ found = true;
+ }
else
{
NS_DEBUG ("ArpIpv4Interface::SendTo (): ARP Lookup");