Re: [ovs-dev] [PATCH] lib/dpif-netdev.c: Fix the flow in_port bound checking

2013-05-22 Thread Ben Pfaff
On Wed, May 22, 2013 at 09:27:29PM -0700, Alex Wang wrote: > This commit fixes the flow in_port bound checking in the function > "dpif_netdev_flow_from_nlattrs()". > > Signed-off-by: Alex Wang Justin, will you review this? My impression is that it is a leftover from the single datapath changes

[ovs-dev] [PATCH] lib/dpif-netdev.c: Fix the flow in_port bound checking

2013-05-22 Thread Alex Wang
This commit fixes the flow in_port bound checking in the function "dpif_netdev_flow_from_nlattrs()". Signed-off-by: Alex Wang --- lib/dpif-netdev.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 4ad2823..4893833 100644 --- a/