Changes between Version 3 and Version 4 of Internal/OpenFlow/miscOF


Ignore:
Timestamp:
Apr 10, 2013, 7:42:32 PM (11 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/miscOF

    v3 v4  
    1919    (3)    flowmod.setmatch(m1);   //and other params as necessary
    2020   }}}
     21   1. Create a new match object.
     22   1. Add the source MAC address to match on, and turn the wildcard bit for source MAC field (OFPFW_DL_SRC)
     23   1. set the !FlowMod match to the one you just created. 
    2124   
    22      
     25 * compiling oflops (cbench Controller Benchmarker). This requires an additional package, `libconfig8-dev`, in addition to the dependencies listed, so the list becomes:
     26   {{{
     27   autoconf automake libtool libsnmp-dev libpcap-dev libconfig8-dev
     28   }}}