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


Ignore:
Timestamp:
05/10/17 16:36:40 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/USIgniteInstageniRacks/ConfirmationTestStatus

    v61 v62  
    138138Site Confirmation Request RSpecs:  [http://groups.geni.net/geni/browser/trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/GPO/ here] [[BR]]
    139139GENI Stitching Confirmation Request RSpecs: [http://groups.geni.net/geni/browser/trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/GPO/ here] [[BR]]
     140
     141-----
     142
     143OF 1.3 changes made for IG-ST-6
     144
     145For 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{{{
     147net.floodlightcontroller.core.internal.OFSwitchManager.defaultMaxTablesToReceiveTableMissFlow=101
     148net.floodlightcontroller.core.internal.OFSwitchManager.maxTablesToReceiveTableMissFlowPerDpid={"0":"101"}
     149}}}
     150
     151Information found in this [https://groups.google.com/a/openflowhub.org/forum/#!topic/floodlight-dev/dM1rOzQJ0d8%5B26-50%5D FloodLight Development thread].
     152