src/devices/point-to-point/point-to-point-net-device.cc
changeset 1441 d6f8a7546e7f
parent 1276 e0b88ec7a6be
child 1443 580ed7a4dd1e
--- a/src/devices/point-to-point/point-to-point-net-device.cc	Fri Aug 24 16:57:54 2007 -0700
+++ b/src/devices/point-to-point/point-to-point-net-device.cc	Fri Aug 24 17:38:49 2007 -0700
@@ -68,11 +68,14 @@
 {
   NS_DEBUG ("PointToPointNetDevice::PointToPointNetDevice (" << node << ")");
 
-  // BUGBUG FIXME
-  //
-  // You _must_ support broadcast to get any sort of packet from the ARP layer.
+// BUGBUG FIXME
+//
+// You _must_ support broadcast to get any sort of packet from the ARP layer.
   EnableBroadcast (Eui48Address ("ff:ff:ff:ff:ff:ff"));
-  EnableMulticast();
+//
+// Randomly pick the ethernet multicast address base
+//
+  EnableMulticast (Eui48Address ("01:00:5e:00:00:00"));
   EnablePointToPoint();
 }