ovsdb-server: Ignore replies to echo requests.
authorBen Pfaff <blp@nicira.com>
Tue, 17 Nov 2009 00:18:02 +0000 (16:18 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 17 Nov 2009 00:56:07 +0000 (16:56 -0800)
commit22f156fd06afb565c90ac9346d35a30612ba88e5
tree235765ca569d7f938b3863587a5ee86a8ece8298
parent21ff1aee1b186405c2471bf83a3e8a016a1d2256
ovsdb-server: Ignore replies to echo requests.

Until this commit, ovsdb-server would send off echo requests when the
connection became idle, but then it would terminate the connection when
the reply arrived, because it didn't recognize that it was a reply to its
own request (!).
ovsdb/jsonrpc-server.c