ofproto-dpif-xlate: Do not exit if peer bridge exits.
authorJarno Rajahalme <jrajahalme@nicira.com>
Thu, 12 Mar 2015 16:47:31 +0000 (09:47 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Tue, 17 Mar 2015 20:21:12 +0000 (13:21 -0700)
commitf3d5b47390c3c1db31444b8dd5d7f635438a805d
tree7531bd36c95d5be57daaa577f776f73a82dbfbd0
parented9c9e3e087ab8892229154c2098410eee17b554
ofproto-dpif-xlate: Do not exit if peer bridge exits.

The fact that the peer bridge exits (for any reason) does not mean
that the original bridge should exit.  Specifically, if the peer
bridge recirculates (which typically modifies the packet), the
original bridge must continue processing with the original, not the
recirculated packet!

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