examples/mixed-global-routing.cc
changeset 1494 c2985e1cd091
parent 1433 a6fb891b59fd
child 1504 36ecc970ba96
--- a/examples/mixed-global-routing.cc	Wed Sep 12 11:22:32 2007 +0200
+++ b/examples/mixed-global-routing.cc	Wed Sep 12 11:39:46 2007 +0200
@@ -56,7 +56,7 @@
 #include "ns3/csma-net-device.h"
 #include "ns3/csma-topology.h"
 #include "ns3/csma-ipv4-topology.h"
-#include "ns3/eui48-address.h"
+#include "ns3/mac48-address.h"
 #include "ns3/ipv4-address.h"
 #include "ns3/ipv4.h"
 #include "ns3/socket.h"
@@ -129,13 +129,13 @@
       DataRate(5000000), MilliSeconds(2));
 
   uint32_t n2ifIndex = CsmaIpv4Topology::AddIpv4CsmaNetDevice (n2, channelc0,
-                                         Eui48Address("10:54:23:54:23:50"));
+                                         Mac48Address("10:54:23:54:23:50"));
   uint32_t n3ifIndex = CsmaIpv4Topology::AddIpv4CsmaNetDevice (n3, channelc0,
-                                         Eui48Address("10:54:23:54:23:51"));
+                                         Mac48Address("10:54:23:54:23:51"));
   uint32_t n4ifIndex = CsmaIpv4Topology::AddIpv4CsmaNetDevice (n4, channelc0,
-                                         Eui48Address("10:54:23:54:23:52"));
+                                         Mac48Address("10:54:23:54:23:52"));
   uint32_t n5ifIndex = CsmaIpv4Topology::AddIpv4CsmaNetDevice (n5, channelc0,
-                                         Eui48Address("10:54:23:54:23:53"));
+                                         Mac48Address("10:54:23:54:23:53"));
 
   // Later, we add IP addresses.  
   PointToPointTopology::AddIpv4Addresses (