Skip to content

Release 3.3.0

Compare
Choose a tag to compare
@ljerezchaves ljerezchaves released this 29 Sep 23:12
· 189 commits to master since this release

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, and OFSwitch13Device::MeterTableSize attributes at construction time only.
  • Renaming the OFSwitch13Device::GetFlowEntries() method to OFSwitch13Device::GetSumFlowEntries().
  • Renaming the OFSwitch13StatsCalculator::GetEwmaFlowEntries() method to OFSwitch13StatsCalculator::GetEwmaSumFlowEntries().
  • This release requires manual integration between OFSwitch13 module and BOFUSS library v3.3.x.