Apply Patch to address bug 294 -- due to vincent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user