1.1 --- a/src/helper/emu-helper.cc Thu Oct 30 15:34:02 2008 -0700
1.2 +++ b/src/helper/emu-helper.cc Thu Oct 30 15:36:36 2008 -0700
1.3 @@ -200,7 +200,8 @@
1.4 Ptr<EmuNetDevice> device = m_deviceFactory.Create<EmuNetDevice> ();
1.5 //
1.6 // This is a mac address used for ns-3 internal things. It cannot override the real MAC address on the NIC in
1.7 - // question.
1.8 + // question. We use it to spoof the MAC address so packets flowing over the network from the emu device will
1.9 + // have this address, and our ARP will resolve it.
1.10 //
1.11 device->SetAddress (Mac48Address::Allocate ());
1.12 node->AddDevice (device);