Re: [ovs-dev] [PATCH] Add table_id to NXM flow_removed messages.

2013-03-08 Thread Ben Pfaff
The things we sacrifice for compatibility! I'll apply this to master and branch-1.10 in a minute. On Fri, Mar 08, 2013 at 10:11:58AM -0800, Justin Pettit wrote: > I'll hold my nose on the "table_id + 1", but otherwise looks good. :-) > > --Justin > > > On Mar 6, 2013, at 9:13 AM, Ben Pfaff w

Re: [ovs-dev] [PATCH] Add table_id to NXM flow_removed messages.

2013-03-08 Thread Justin Pettit
I'll hold my nose on the "table_id + 1", but otherwise looks good. :-) --Justin On Mar 6, 2013, at 9:13 AM, Ben Pfaff wrote: > Feature #15466. > Requested-by: Ronghua Zhang > Signed-off-by: Ben Pfaff > --- > NEWS |2 ++ > include/openflow/nicira-ext.h | 10

[ovs-dev] [PATCH] Add table_id to NXM flow_removed messages.

2013-03-06 Thread Ben Pfaff
Feature #15466. Requested-by: Ronghua Zhang Signed-off-by: Ben Pfaff --- NEWS |2 ++ include/openflow/nicira-ext.h | 10 -- lib/ofp-util.c|3 ++- tests/ofp-print.at|4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-