commit | ba3f0e2ebbe7b4f933c725e33b861895ad8f16d3 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Mon Mar 11 16:43:57 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 10:45:56 2013 -0700 |
tree | 2e2ebffefbe8152022bf43414cf71a5dfe265f09 | |
parent | 8fbfd66c4033bb81694a8d1b80a50f8125f53ae6 [diff] [blame] |
loxi-prep: subtype flow_mod classes
diff --git a/tests/bsn_mirror.py b/tests/bsn_mirror.py index 79e9b26..87ca463 100644 --- a/tests/bsn_mirror.py +++ b/tests/bsn_mirror.py
@@ -141,7 +141,7 @@ act2.copy_stage = 0 act3 = ofp.action.output() act3.port = ports[1] - flow_mod = ofp.message.flow_mod() + flow_mod = ofp.message.flow_add() flow_mod.match = match flow_mod.actions.append(act1) flow_mod.actions.append(act2)