Release 3.3.0
Works with: ns-3.28 and ns-3.29.
- Fixing incorrect bitwise comparison in port configuration.
- Fixing incorrect ns-3 version comparison that was preventing module configuration in ns-3.28.1
- New
OFSwitch13Device::PipelineTables
attribute to define the number of flow tables in the pipeline. - Adjusting
OFSwitch13Device::PipelineTables
,OFSwitch13Device::FlowTableSize
,OFSwitch13Device::GroupTableSize
, andOFSwitch13Device::MeterTableSize
attributes at construction time only. - Renaming the
OFSwitch13Device::GetFlowEntries()
method toOFSwitch13Device::GetSumFlowEntries()
. - Renaming the
OFSwitch13StatsCalculator::GetEwmaFlowEntries()
method toOFSwitch13StatsCalculator::GetEwmaSumFlowEntries()
. - This release requires manual integration between OFSwitch13 module and BOFUSS library v3.3.x.