ofproto-dpif: Check for MPLS depth at the flow.
authorJarno Rajahalme <jarno.rajahalme@nsn.com>
Fri, 31 May 2013 11:35:11 +0000 (14:35 +0300)
committerBen Pfaff <blp@nicira.com>
Wed, 12 Jun 2013 21:22:17 +0000 (14:22 -0700)
commit57ca714f7559feb399470f2cc477473c7825e403
tree716edc41e1eb98c0afcb5fa9db71ba113f0e96b5
parent4d0acc70a5416dfc1fa28c50568d4569cfe88969
ofproto-dpif: Check for MPLS depth at the flow.

The earlier check on base_flow.mpls_depth seemed wrong, as multiple
MPLS push actions would have resulted in the flow.mpls_depth being
set to 1 each time.

Signed-off-by: Jarno Rajahalme <jarno.rajahalme@nsn.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif-xlate.c