tutorial/point-to-point-ipv4-topology.cc
changeset 2600 6c389d0c717d
parent 2592 3ebf97150166
--- a/tutorial/point-to-point-ipv4-topology.cc	Wed Mar 12 11:35:00 2008 -0700
+++ b/tutorial/point-to-point-ipv4-topology.cc	Thu Mar 13 11:10:38 2008 -0700
@@ -45,8 +45,7 @@
   NS_ASSERT (channel->GetNDevices () <= 1);
 
   Ptr<PointToPointNetDevice> nd = 
-    CreateObject<PointToPointNetDevice> ("Node", node, 
-                                             "Address", Mac48Address::Allocate ());
+    CreateObject<PointToPointNetDevice> ("Address", Mac48Address::Allocate ());
   node->AddDevice (nd);
   Ptr<Queue> q = CreateObject<DropTailQueue> ();
   nd->AddQueue(q);