ofproto-dpif-xlate: Remove obsolete special case.
authorJarno Rajahalme <jarno@ovn.org>
Sat, 30 Jan 2016 01:28:08 +0000 (17:28 -0800)
committerJarno Rajahalme <jarno@ovn.org>
Sat, 30 Jan 2016 01:28:08 +0000 (17:28 -0800)
commit9167fc1ae524e6ef33e706daf38e77af9188d8d2
tree7d276ac0ebc8caca46b8f150e61278a72b4ef9d0
parent13ad56a0aa156107a0284f4a2a3d4e3ae117fbf9
ofproto-dpif-xlate: Remove obsolete special case.

Bond recirculation used to insert a special rule that jumped from the
internal table to table 0 using GOTO_TABLE.  Since the introduction of
the ofproto-dpif-rid this has not been necessary any more, so we can
remove the special case that allowed GOTO_TABLE to go backwards in
that case.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
ofproto/ofproto-dpif-xlate.c