equal
deleted
inserted
replaced
22 #include "ns3/log.h" |
22 #include "ns3/log.h" |
23 #include "ns3/ipv6-address.h" |
23 #include "ns3/ipv6-address.h" |
24 #include "ns3/node.h" |
24 #include "ns3/node.h" |
25 #include "ns3/mac48-address.h" |
25 #include "ns3/mac48-address.h" |
26 |
26 |
|
27 using namespace ns3; |
|
28 |
27 NS_LOG_COMPONENT_DEFINE ("TestIpv6"); |
29 NS_LOG_COMPONENT_DEFINE ("TestIpv6"); |
28 |
|
29 using namespace ns3; |
|
30 |
30 |
31 int |
31 int |
32 main (int argc, char *argv[]) |
32 main (int argc, char *argv[]) |
33 { |
33 { |
34 LogComponentEnable ("TestIpv6", LOG_LEVEL_ALL); |
34 LogComponentEnable ("TestIpv6", LOG_LEVEL_ALL); |