openflow: Fix Doxygen warnings
This commit is contained in:
@@ -27,6 +27,11 @@ NS_LOG_COMPONENT_DEFINE("OpenFlowSwitchNetDevice");
|
||||
|
||||
NS_OBJECT_ENSURE_REGISTERED(OpenFlowSwitchNetDevice);
|
||||
|
||||
/**
|
||||
* Generate an ID.
|
||||
*
|
||||
* \return Generated ID.
|
||||
*/
|
||||
static uint64_t
|
||||
GenerateId()
|
||||
{
|
||||
|
||||
@@ -518,7 +518,7 @@ class OpenFlowSwitchNetDevice : public NetDevice
|
||||
|
||||
/// Rx Callback
|
||||
NetDevice::ReceiveCallback m_rxCallback;
|
||||
/// Promiscuopus Rx Callback
|
||||
/// Promiscuous Rx Callback
|
||||
NetDevice::PromiscReceiveCallback m_promiscRxCallback;
|
||||
|
||||
Mac48Address m_address; ///< Address of this device.
|
||||
|
||||
Reference in New Issue
Block a user