commit | 8a002d9eafe3f8dc4efebeb211a0d593ce4833c4 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Wed Mar 13 20:20:43 2013 -0700 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Wed Mar 13 20:20:43 2013 -0700 |
tree | de3d5643089b2cd582520c8e30cc6304ab4a2787 | |
parent | c0b6289ae5173cbd45aa68ac5fc0fd8b67573802 [diff] |
Fix Issue #243 and Issue #244: - add_flow.py ignores src/dst mac address matching (#243) - add_flow.py ignores matchSrcIPv4Net and matchDstIPv4Net (#244) The root cause for both issues was incorrect Python identation of a return statement: it was in the wrong level, hence the arguments parsing was incorrect. The issue was introduced in the last change to add_flow.py: commit 08eb7325e726b621dd35be113e365eaefdbd81b9