Re: [ovs-dev] [PATCH] rconn: Discover errors in rconn_run() even if rconn_recv() is never called.

2014-02-27 Thread Vasu Dasari
dle connection errors. > > The lswitch code is only used by the test-controller program, so this is > not an important bug fix. > > Reported-by: Vasu Dasari > Signed-off-by: Ben Pfaff > --- > lib/rconn.c | 10 +- > lib/vconn.c | 11 ++- > lib/vconn.h

[ovs-dev] Errors in test-controller

2014-02-27 Thread Vasu Dasari
Hi, I am seeing some uncontrollable message logs generated by test-controller under one negative test scenario. 1. Launch test-controller: test-controller ptcp: -v 2. From another shell, just do the following: vdasari@ovs:~/mininet$ telnet 127.0.0.1 6633 Trying 127.0.0.1... Connected to 1

Re: [ovs-dev] [PATCH] pcap-file: Allow capturing TCP streams where the SYN is not seen.

2014-02-05 Thread Vasu Dasari
o that any TCP packet that contains a payload starts a new stream. > > Signed-off-by: Ben Pfaff > Reported-by: Vasu Dasari > --- > AUTHORS |1 + > lib/pcap-file.c | 63 > +++ > 2 files changed, 41 insertion