Re: [ovs-dev] [PATCH 5/8] ofproto-dpif-xlate: Cleanup lookup functions.

2013-08-05 Thread Ben Pfaff
On Sat, Aug 03, 2013 at 06:42:07PM -0700, Ethan Jackson wrote: > This patch allows the lookup functions to take NULL as an argument as > a convenience. > > Signed-off-by: Ethan Jackson Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http:

[ovs-dev] [PATCH 5/8] ofproto-dpif-xlate: Cleanup lookup functions.

2013-08-03 Thread Ethan Jackson
This patch allows the lookup functions to take NULL as an argument as a convenience. Signed-off-by: Ethan Jackson --- ofproto/ofproto-dpif-xlate.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xla