View | Details | Raw Unified | Return to bug 2170
Collapse All | Expand All

(-)a/src/netanim/examples/dumbbell-animation.cc (+4 lines)
 Lines 97-102    Link Here 
97
  anim.EnablePacketMetadata (); // Optional
97
  anim.EnablePacketMetadata (); // Optional
98
  anim.EnableIpv4L3ProtocolCounters (Seconds (0), Seconds (10)); // Optional
98
  anim.EnableIpv4L3ProtocolCounters (Seconds (0), Seconds (10)); // Optional
99
  
99
  
100
  //Test to update node description
101
  Ptr<Node> test_node = d.GetLeft();
102
  anim.UpdateNodeDescription(test_node, "Bell's & Whistle's");
103
100
  // Set up the acutal simulation
104
  // Set up the acutal simulation
101
  Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
105
  Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
102
106

Return to bug 2170