]> git.proxmox.com Git - ovs.git/commit
ovs-brcompatd: Handle TXN_UNCHANGED status.
authorBen Pfaff <blp@nicira.com>
Fri, 18 Dec 2009 18:21:28 +0000 (10:21 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 18 Dec 2009 18:21:48 +0000 (10:21 -0800)
commit39b78711a0ca6724347b366ea265fa569bb1937a
tree15a1b7d652651ce312df6ec5c8278c761029f5a5
parent3a2eca8dc02d02d21b464bc29d21a5ec784d6785
ovs-brcompatd: Handle TXN_UNCHANGED status.

This status was introduced several commits ago but not added to the switch
statement here.

Also, change the "status" variable to type enum ovsdb_idl_txn_status so
that GCC will warn about future additions.
vswitchd/ovs-brcompatd.c