Changes between Version 62 and Version 63 of GENIRacksHome/USIgniteInstageniRacks/ConfirmationTestStatus


Ignore:
Timestamp:
05/11/17 09:56:20 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/USIgniteInstageniRacks/ConfirmationTestStatus

    v62 v63  
    141141-----
    142142
    143 OF 1.3 changes made for IG-ST-6
     143== OF 1.3 Controller for IG-ST-6 ==
     144Testing used both FloodLight and Ryu Controllers.
    144145
    145 For HP switches !OpenFlow 1.3 the rules table must be 100, but floodlight defaults to zero (0). To modify rules tableid to 100 had to modify floodlight/src/main/resources/floodlightdefault.properties to add the following:
     146=== FloodLight Controller ==
     147
     148The latest FloodLight checkout of the Master branch was used (commit b5be294d8484d7eab0ed840dd15c6259a3b0eaaa; Date 2017-03-07) with the following changes:
     149
     1501. The floodlight/src/main/resources/floodlightdefault.properties setting were modified to use Learning Switch:
     151   
     152    {{{
     153    net.floodlightcontroller.learningswitch.LearningSwitch,\
     154    }}}
     155
     1562. For HP switches !OpenFlow 1.3 a multi-table rules pipeline is used with Software rules expected in table 100. In order for this to work, the FloodLight controller must be modified to apply rules in table id 100 for so, but floodlight defaults to zero (0). To modify rules table id number to 100 added to  floodlight/src/main/resources/floodlightdefault.properties the following:
    146157{{{
    147158net.floodlightcontroller.core.internal.OFSwitchManager.defaultMaxTablesToReceiveTableMissFlow=101