Changes between Version 70 and Version 71 of GEC16Agenda/OpenFlow/Instructions/Execute


Ignore:
Timestamp:
04/01/13 01:36:47 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/OpenFlow/Instructions/Execute

    v70 v71  
    717191                            <ul><li> <code> sudo ifconfig &ltdata_interface_name&gt 0 </code> </li></ul>
    7272             <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.
    73                 <ul><li> <code> sudo  ovs-vsctl add-port br0 &lt data_interface_name&gt </code> </li></ul>
     73                <ul><li> <code> sudo  ovs-vsctl add-port br0 &ltdata_interface_name&gt </code> </li></ul>
    7474             </li>
    7575          </ol>