Changes between Version 3 and Version 4 of Internal/OpenFlow/miscOF
- Timestamp:
- Apr 10, 2013, 7:42:32 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/miscOF
v3 v4 19 19 (3) flowmod.setmatch(m1); //and other params as necessary 20 20 }}} 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. 21 24 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 }}}