Re: [ovs-dev] [PATCH 1/2] ofp-parse: Remove unreachable code.

2012-10-18 Thread Isaku Yamahata
Looks good. Reviewed-by: Isaku Yamahata On Thu, Oct 18, 2012 at 11:13:04AM -0700, Ben Pfaff wrote: > OFPUTIL_OFPAT11_DEC_NW_TTL does not have a name in the table of actions' > names, so this code in parse_named_action() can never be reached. > > Signed-off-by: Ben Pfaff > --- > lib/ofp-parse.c

[ovs-dev] [PATCH 1/2] ofp-parse: Remove unreachable code.

2012-10-18 Thread Ben Pfaff
OFPUTIL_OFPAT11_DEC_NW_TTL does not have a name in the table of actions' names, so this code in parse_named_action() can never be reached. Signed-off-by: Ben Pfaff --- lib/ofp-parse.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ofp-parse.c b/lib/ofp-parse.c index