openflow: Fix Doxygen warnings

This commit is contained in:
Eduardo Almeida
2023-06-09 10:12:45 +01:00
parent 5801e085fe
commit 10e0166b43
2 changed files with 6 additions and 1 deletions

View File

@@ -27,6 +27,11 @@ NS_LOG_COMPONENT_DEFINE("OpenFlowSwitchNetDevice");
NS_OBJECT_ENSURE_REGISTERED(OpenFlowSwitchNetDevice);
/**
* Generate an ID.
*
* \return Generated ID.
*/
static uint64_t
GenerateId()
{

View File

@@ -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.