Changes between Version 5 and Version 6 of Internal/OpenFlow/ofTopology


Ignore:
Timestamp:
Feb 25, 2012, 12:00:24 AM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/ofTopology

    v5 v6  
    136136 insmod openvswitch_mod.ko
    137137}}}
    138 Note, OVS and Linux bridging may not be used at the same time. This step will fail if the bridge module (bridge.ko) is loaded. You may need to reboot the node in order to unload bridge.ko.   
     138Note, OVS and Linux bridging may not be used at the same time. This step will fail if the bridge module (bridge.ko) is loaded. You may need to reboot the node in order to unload bridge.ko.[[BR]]   
     139If this is the first time OVS is being run, make am openvswitch directory in /usr/local/etc/ and run `ovsdb-tool` to create the database file:
     140{{{
     141 mkdir -p /usr/local/etc/openvswitch
     142 ovsdb-tool create /usr/local/etc/openvswitch/conf.db vswitchd/vswitch.ovsschema
     143}}}
    139144 2. Start ovs-db:
    140145{{{