Changes between Version 5 and Version 6 of Internal/OpenFlow/FloodlightFVPort/InstallUsage


Ignore:
Timestamp:
Aug 19, 2012, 9:02:24 PM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/FloodlightFVPort/InstallUsage

    v5 v6  
    4747
    4848 1. configure the desired policies using `dpctl` against a running !FlowVisor   
    49  1. dump the configurations to file using `dpctl dumpConfig <filename>`
    50  1. edit the configuration file: add each module to be isolated to a slice, with "modules" as the key and the fully qualified name of the module as the value. The value "none" may be used for a slice not associated with any modules. For example, the following isolates the Forwarding module in a slice named "fl-1":
     49 
     50 2. dump the configurations to file:
     51{{{
     52dpctl dumpConfig <filename>
     53}}}
     54 
     55 3. edit the configuration file: add each module to be isolated to a slice, with "modules" as the key and the fully qualified name of the module as the value. The value "none" may be used for a slice not associated with any modules. For example, the following isolates the Forwarding module in a slice named "fl-1":
    5156{{{
    5257   ...
     
    7075   ...
    7176}}}
     77
    7278 4. edit flowvisor.properties to point FVProxyProvider to the new configuration file. The path should be relative to the Floodlight working directory:
    7379{{{