Changes between Version 64 and Version 65 of GENIRacksHome/USIgniteInstageniRacks/ConfirmationTestStatus


Ignore:
Timestamp:
05/11/17 14:07:54 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/USIgniteInstageniRacks/ConfirmationTestStatus

    v64 v65  
    143143== OF 1.3 Controller for IG-ST-6 ==
    144144
    145 Testing used both FloodLight and Ryu Controllers.
     145Testing used both !FloodLight and Ryu Controllers.
    146146
    147147=== !FloodLight Controller ===
    148148
    149 The latest FloodLight checkout of the Master branch was used (commit b5be294d8484d7eab0ed840dd15c6259a3b0eaaa; Date 2017-03-07) with the following changes:
     149The latest !FloodLight checkout of the Master branch was used (commit b5be294d8484d7eab0ed840dd15c6259a3b0eaaa; Date 2017-03-07) with the following changes:
    150150
    1511511. The floodlight/src/main/resources/floodlightdefault.properties setting were modified to use Learning Switch:
     
    155155    }}}
    156156
    157 2. 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:
     1572. 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:
    158158{{{
    159159net.floodlightcontroller.core.internal.OFSwitchManager.defaultMaxTablesToReceiveTableMissFlow=101
     
    165165
    166166=== Ryu Controller ==
    167 The latest Ryu check out of the Master branch was used (commit a197d87375808c4f99b48af3852eb5d1c986a6a9; Date 2017-05-09). Used the !OpenFlow 1.3 Simple Simple Switch with the follow modification to handle the need to use Rule Table ID 100 for HP switches:
     167The latest Ryu check out of the Master branch was used (commit a197d87375808c4f99b48af3852eb5d1c986a6a9; Date 2017-05-09). Used the !OpenFlow 1.3 Simple Simple Switch application with the follow modification to handle the required use of Rule Table ID 100 for HP switches:
    168168{{{
    169169lnevers@controller:/local/ryu/ryu/app$ diff simple_switch_13.py simple_switch_13_ig.py