> On Dec 23, 2016, at 9:23 AM, Ben Pfaff <b...@ovn.org> wrote:
> 
> If an rconn peer fails to send a hello message, the version number doesn't
> get set.  Later, if the peer delays long enough, the rconn attempts to send
> an echo request but assert-fails instead because it doesn't know what
> version to use.  This fixes the problem.
> 
> To reproduce this problem:
> 
>    make sandbox
>    ovs-vsctl add-br br0
>    ovs-vsctl set-controller br0 ptcp:12345
>    nc 127.0.0.1 12345
> 
> and wait 10 seconds for ovs-vswitchd to die.  (Then exit the sandbox.)
> 
> Reported-by: 张东亚 <fortitude.zh...@gmail.com>
> Signed-off-by: Ben Pfaff <b...@ovn.org>

Acked-by: Justin Pettit <jpet...@ovn.org>

--Justin




_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to