Apply Patch to address bug 294 -- due to vincent

This commit is contained in:
Craig Dowell
2008-11-05 14:33:20 -08:00
parent ee5df1fda8
commit 3aa50e6af9
12 changed files with 13 additions and 80 deletions

View File

@@ -139,7 +139,7 @@ ArpIpv4Interface::SendTo (Ptr<Packet> p, Ipv4Address dest)
"ArpIpv4Interface::SendTo (): Sending multicast packet over "
"non-multicast device");
hardwareDestination = GetDevice ()->MakeMulticastAddress(dest);
hardwareDestination = GetDevice ()->GetMulticast(dest);
found = true;
}
else