Changes between Version 19 and Version 20 of Internal/OpenFlow/ofTopology


Ignore:
Timestamp:
Jun 4, 2013, 8:18:46 AM (11 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/ofTopology

    v19 v20  
    209209 ovs-vsctl add-port br0 eth0.222 tag=222
    210210}}}
    211 However, this is unrelated to what needs to happen here so we will not explore its uses any further (for now). [[BR]][[BR]]
     211However, this is unrelated to what needs to happen here so we will not explore its uses any further (for now). On the meanwhile, if not up already, bring up br0 and any ports you have added to it with `ifconfig`.[[BR]][[BR]]
     212 
    212213 2. If it has not been done already, initialize the !OpenFlow controller. The procedures for this step differ according to the controller in use, and are discussed in the pages for each respective controller. [[BR]]
    213214A sanity check for this step is to test your virtual switch with the OVS built-in controller, `ovs-controller`, which may be initialized on the same node running OVS: