changeset 2542 | a9b88fdc09d6 |
parent 1870 | 67b3d2dea3d5 |
child 2592 | 3ebf97150166 |
2541:91020a8d4264 | 2542:a9b88fdc09d6 |
---|---|
20 */ |
20 */ |
21 |
21 |
22 #include "ipv4-interface.h" |
22 #include "ipv4-interface.h" |
23 #include "ns3/ipv4-address.h" |
23 #include "ns3/ipv4-address.h" |
24 #include "ns3/net-device.h" |
24 #include "ns3/net-device.h" |
25 #include "ns3/trace-resolver.h" |
|
26 #include "ns3/log.h" |
25 #include "ns3/log.h" |
27 #include "ns3/packet.h" |
26 #include "ns3/packet.h" |
28 |
27 |
29 NS_LOG_COMPONENT_DEFINE ("Ipv4Interface"); |
28 NS_LOG_COMPONENT_DEFINE ("Ipv4Interface"); |
30 |
29 |