Re: [ovs-dev] [monitor 2/3] rconn: Discard messages received on monitor connections.

2013-04-30 Thread Ethan Jackson
Sounds good, thanks. Ethan On Tue, Apr 30, 2013 at 12:29 PM, Ben Pfaff wrote: > I don't remember for sure anymore, but looking at patch 3/3 I suspect > that it's necessary once "ovs-ofctl monitor" starts responding to echo > requests. > > On Tue, Apr 30, 2013 at 12:26:40PM -0700, Ethan Jackson w

Re: [ovs-dev] [monitor 2/3] rconn: Discard messages received on monitor connections.

2013-04-30 Thread Ben Pfaff
I don't remember for sure anymore, but looking at patch 3/3 I suspect that it's necessary once "ovs-ofctl monitor" starts responding to echo requests. On Tue, Apr 30, 2013 at 12:26:40PM -0700, Ethan Jackson wrote: > Acked-by: Ethan Jackson > > What prompted this? > > Ethan > > On Thu, Jan 31,

Re: [ovs-dev] [monitor 2/3] rconn: Discard messages received on monitor connections.

2013-04-30 Thread Ethan Jackson
Acked-by: Ethan Jackson What prompted this? Ethan On Thu, Jan 31, 2013 at 4:17 PM, Ben Pfaff wrote: > 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 p

[ovs-dev] [monitor 2/3] rconn: Discard messages received on monitor connections.

2013-01-31 Thread Ben Pfaff
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