This is in preparation for supporting OpenFlow1.4 flow monitors
Signed-off-by: Simon Horman <[email protected]>
---
v2
* No change
---
lib/ofp-parse.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/ofp-parse.c b/lib/ofp-parse.c
index 500478a..b76ef0a 100644
--- a/lib/ofp-parse.c
+++ b/lib/ofp-parse.c
@@ -1726,6 +1726,7 @@ parse_flow_monitor_request__(struct
ofputil_flow_monitor_request *fmr,
fmr->flags = (OFPFMF14_INITIAL | OFPFMF14_ADD | OFPFMF14_REMOVED |
OFPFMF14_MODIFY | OFPFMF14_INSTRUCTIONS);
fmr->out_port = OFPP_NONE;
+ fmr->out_group = OFPG_ANY;
fmr->table_id = 0xff;
match_init_catchall(&fmr->match);
--
2.0.0.rc2
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev