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
1 file changed