Changes between Version 65 and Version 66 of GEC16Agenda/OpenFlow/Instructions/Execute


Ignore:
Timestamp:
03/29/13 17:10:19 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v65 v66  
    7070           <li> Notice that all interfaces other than <code> eth0</code> do not have IP addresses. This is because we don't want the kernel to process and forward IP packets.
    7171             <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.
    72                 <ul><li> <code> sudo  ovs-vsctl add-port br0 \<data_interface_name\> </code> </li></ul>
     72                <ul><li> <code> sudo  ovs-vsctl add-port br0 &lt data_interface_name&gt </code> </li></ul>
    7373             </li>
    7474          </ol>