Update documentation of ofputil_flow_monitor_request to note that it abstracts onf13_flow_monitor_request as well as {nx,ofp14}_flow_monitor_request.
This is in preparation for supporting EXT-187: flow entry notification extension (ONF flow monitor). Signed-off-by: Simon Horman <ho...@verge.net.au> --- v2 * First post --- lib/ofp-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 777bf09..1140429 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -834,7 +834,7 @@ int ofputil_pull_queue_get_config_reply(struct ofpbuf *reply, struct ofputil_queue_config *); -/* Abstract {nx,ofp14}_flow_monitor_request. */ +/* Abstract {nx,onf13,ofp14}_flow_monitor_request. */ struct ofputil_flow_monitor_request { uint32_t id; enum ofp14_flow_monitor_flags flags; -- 2.0.0.rc2 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev