On Oct 28, 2011, at 11:09 AM, Ben Pfaff wrote: > --- a/python/ovs/db/idl.py > +++ b/python/ovs/db/idl.py > @@ -441,7 +441,7 @@ class Idl: > def __txn_abort_all(self): > while self._outstanding_txns: > txn = self._outstanding_txns.popitem()[1] > - txn._status = Transaction.TRY_AGAIN > + txn._status = Transaction.AGAIN_
I think this should be AGAIN_NOW or AGAIN_WAIT. Otherwise, looks good. --Justin _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev