src/internet-node/arp-ipv4-interface.cc
changeset 1432 3aef7d7a71c2
parent 1430 25fa26a6533e
child 1441 d6f8a7546e7f
--- 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");