commit | e2f0de8d04e154e873eda726247ec7f8b5fe277c | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Tue Mar 12 01:39:30 2013 -0700 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Tue Mar 12 01:39:30 2013 -0700 |
tree | f9cfb9f469a87cce8fe94d845cd66eb5c43e3963 | |
parent | f13923ae7f06204984496563abb3aed6d6464804 [diff] |
Complete the work toward Issue #215 and Issue #216: * Added back-end support for matching conditions and actions for flows. * Fixed a bug in setting the inPort matching condition. NOTE: to match IP Source or Destination address, we must add "matchEthernetFrameType 2048" to the set of matching conditions. E.g: web/add_flow.py 1 FOOBAR 00:00:00:00:00:00:00:01 0 00:00:00:00:00:00:00:02 0 matchDstMac 00:11:22:33:44:55 matchDstIPv4Net 10.0.0.0/8 matchEthernetFrameType 2048