Re: [ovs-dev] [flow monitor 03/11] nicira-ext: Fix wrong information in comment.

2012-07-05 Thread Justin Pettit
Looks good. --Justin On Jun 29, 2012, at 10:40 PM, Ben Pfaff wrote: > The priority of exact-match flows is ignored only for the OF1.0 flow match > format, never for NXM. > > Signed-off-by: Ben Pfaff > --- > include/openflow/nicira-ext.h |3 +-- > 1 files changed, 1 insertions(+), 2 deletio

[ovs-dev] [flow monitor 03/11] nicira-ext: Fix wrong information in comment.

2012-06-29 Thread Ben Pfaff
The priority of exact-match flows is ignored only for the OF1.0 flow match format, never for NXM. Signed-off-by: Ben Pfaff --- include/openflow/nicira-ext.h |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h in