rconn: Discard messages received on monitor connections.
authorBen Pfaff <blp@nicira.com>
Wed, 24 Oct 2012 16:47:44 +0000 (09:47 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 3 May 2013 20:40:19 +0000 (13:40 -0700)
commitf44c514621324d81929f7b0c8e2575c2b1d442d1
treee16e1d012cb2df7ec924683cb7b7e81a97b127aa
parent5ac7c4dcf593a4515f9302cd0f5beae3c0290a96
rconn: Discard messages received on monitor connections.

Otherwise, if a monitor connection happens to be talking to a (misguided?)
peer that sends it messages, such as replies to what the peer perceives as
echo requests meant for it, then the peer will eventually hang trying to
send data because the monitor connection never sinks it.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/rconn.c