ovs-brcompatd: Add comments to config db transactions
authorJustin Pettit <jpettit@nicira.com>
Wed, 3 Mar 2010 14:02:46 +0000 (06:02 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 3 Mar 2010 14:06:28 +0000 (06:06 -0800)
commitb959290bed1e2183ec93f593422e9ac4ae1a9587
tree27799664fe242e24f0dfddc448d269a388cfba63
parente569fae67bbbd7f4261a2a8c6d714d0fd166d2cf
ovs-brcompatd: Add comments to config db transactions

The ovsdb-tool show-log command is very useful for debugging, since it
shows changes to the database over time.  The bridge compatibility code
was not commenting on the changes it was making, so it was difficult to
determine what a system was doing when bridge ioctls were involved.
This commit adds that annotation.
vswitchd/ovs-brcompatd.c