Changes between Version 1 and Version 2 of HowTo/WriteOFv3Rspecs


Ignore:
Timestamp:
09/30/11 09:13:20 (13 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/WriteOFv3Rspecs

    v1 v2  
    5151It is MANDATORY to have one and only one primary controller.
    5252              ''Attributes''::
    53    * '''url''' : ![1] the information about where your openflow controller is running in the form of tcp:<hostname/ip address>:<tcp port>. Examples : tcp:10.0.0.1:6633 , tcp:myctrl.geni.net:6637
     53   * '''url''' : ![1] the information about where your openflow controller is running in the form of tcp:<hostname/ip address>:<tcp port>. Examples : tcp:10.0.0.1:6633 , tcp:myctrl.example.net:6637
    5454   * '''type''' : ![1] this defines what type of controller this is. There can be only three types of controllers:
    5555      * '''primary''' : this is the controller that handles the network traffic and makes decisions about how packets should be forwarded. [MANDATORY to have one and only one primary controller].
     
    192192{{{
    193193 #!xml
    194 <openflow:controller url="tcp:myctrl.geni.net:9933" type="primary" />
     194<openflow:controller url="tcp:example.geni.net:9933" type="primary" />
    195195}}}
    196196
     
    253253    <openflow:sliver email="user@geni.net" description="My GENI experiment" ref="http://www.geni.net" />
    254254
    255        <openflow:controller url="tcp:myctrl.geni.net:9933" type="primary" />
     255       <openflow:controller url="tcp:myctrl.example.net:9933" type="primary" />
    256256
    257257       <openflow:group name="mygrp">