equal
deleted
inserted
replaced
19 |
19 |
20 #include "openflow-switch-net-device.h" |
20 #include "openflow-switch-net-device.h" |
21 #include "ns3/udp-l4-protocol.h" |
21 #include "ns3/udp-l4-protocol.h" |
22 #include "ns3/tcp-l4-protocol.h" |
22 #include "ns3/tcp-l4-protocol.h" |
23 |
23 |
|
24 namespace ns3 { |
|
25 |
24 NS_LOG_COMPONENT_DEFINE ("OpenFlowSwitchNetDevice"); |
26 NS_LOG_COMPONENT_DEFINE ("OpenFlowSwitchNetDevice"); |
25 |
|
26 namespace ns3 { |
|
27 |
27 |
28 NS_OBJECT_ENSURE_REGISTERED (OpenFlowSwitchNetDevice); |
28 NS_OBJECT_ENSURE_REGISTERED (OpenFlowSwitchNetDevice); |
29 |
29 |
30 const char * |
30 const char * |
31 OpenFlowSwitchNetDevice::GetManufacturerDescription () |
31 OpenFlowSwitchNetDevice::GetManufacturerDescription () |