In commit 135fe381, correctly taking into account potential backouts on state by short-circuiting with continues in produce_ftable_updates of DeltaListStateSupplier. Note, can probably do this faster by returning out with an empty list of updates when backout has been detected, rather than using continue. Could potentially save a flow mod and barrier to switches for a multi-update.
In commit 135fe381, correctly taking into account potential backouts on state by short-circuiting with continues in produce_ftable_updates of DeltaListStateSupplier. Note, can probably do this faster by returning out with an empty list of updates when backout has been detected, rather than using continue. Could potentially save a flow mod and barrier to switches for a multi-update.