On Tue, Jun 10, 2014 at 07:27:05PM +0900, Simon Horman wrote: > This is in preparation for supporting OpenFlow1.4 > flow monitor requests. > > Signed-off-by: Simon Horman <ho...@verge.net.au>
Thanks, I'll apply this soon with a few typos fixed (one of them is in the OF1.4 spec): diff --git a/include/openflow/openflow-1.4.h b/include/openflow/openflow-1.4.h index 63a62f4..2a765cf 100644 --- a/include/openflow/openflow-1.4.h +++ b/include/openflow/openflow-1.4.h @@ -382,9 +382,9 @@ struct ofp14_flow_monitor_request { ovs_be32 monitor_id; /* Controller-assigned ID for this monitor. */ ovs_be32 out_port; /* Required output port, if not OFPP_ANY. */ ovs_be32 out_group; /* Required output port, if not OFPG_ANY. */ - ovs_be16 flags; /* OFFMF14_*. */ + ovs_be16 flags; /* OFPMF14_*. */ uint8_t table_id; /* One table's ID or OFPTT_ALL (all tables). */ - uint8_t command; /* One of OFPFMC_*. */ + uint8_t command; /* One of OFPFMC14_*. */ /* Followed by an ofp11_match structure. */ }; OFP_ASSERT(sizeof(struct ofp14_flow_monitor_request) == 16); _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev