Re: [ovs-dev] [multiple tables 7/8] ofproto-dpif: Add multiple table support.

2011-08-08 Thread Ethan Jackson
Looks good, Ethan On Thu, Aug 4, 2011 at 16:29, Ben Pfaff wrote: > Tables other than 0 can be modified and dumped, but they are not yet useful > because actions and flow table lookups never use them. > --- >  ofproto/ofproto-dpif.c |   26 +- >  1 files changed, 17 insertio

[ovs-dev] [multiple tables 7/8] ofproto-dpif: Add multiple table support.

2011-08-04 Thread Ben Pfaff
Tables other than 0 can be modified and dumped, but they are not yet useful because actions and flow table lookups never use them. --- ofproto/ofproto-dpif.c | 26 +- 1 files changed, 17 insertions(+), 9 deletions(-) diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-