Changes between Version 11 and Version 12 of JoeSandbox/OpenFlowOVS/Execute


Ignore:
Timestamp:
07/23/15 10:31:34 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JoeSandbox/OpenFlowOVS/Execute

    v11 v12  
    6767                              <ul><li> <code> sudo ifconfig eth3 0 </code> </li></ul>
    6868             <li> Add all the data interfaces to your switch (bridge):Be careful <b> not to add interface eth0</b>. This is your control interface. You should see three interfaces that start with VLAN, these are your data interfaces. (Use the same interfaces as you used in the previous step.)
    69                 <ul><li> <code> sudo  ovs-vsctl add-port br0 eth1 </code> </li></ul>
    70                 <ul><li> <code> sudo  ovs-vsctl add-port br0 eth2 </code> </li></ul>
    71                 <ul><li> <code> sudo  ovs-vsctl add-port br0 eth3 </code> </li></ul>
     69                <ul><li> <code> sudo  ovs-vsctl add-port br-switch eth1 </code> </li></ul>
     70                <ul><li> <code> sudo  ovs-vsctl add-port br-switch eth2 </code> </li></ul>
     71                <ul><li> <code> sudo  ovs-vsctl add-port br-switch eth3 </code> </li></ul>
    7272             </li>
    7373          </ol>