Enable both ascii and pcap tracing

This commit is contained in:
Tom Henderson
2007-05-04 12:17:14 -07:00
parent a6f05a05e0
commit ea55c60fe3
6 changed files with 112 additions and 59 deletions

View File

@@ -75,6 +75,7 @@ Node::AddDevice (NetDevice *device)
uint32_t index = m_devices.size ();
m_devices.push_back (device);
DoAddDevice (device);
device->SetIfIndex(index);
return index;
}
NetDevice *