]> git.proxmox.com Git - mirror_ovs.git/commit - AUTHORS.rst
bridge: Fix controller status update to passive connections
authorAndy Zhou <azhou@ovn.org>
Wed, 6 Sep 2017 22:08:10 +0000 (15:08 -0700)
committerAndy Zhou <azhou@ovn.org>
Thu, 14 Sep 2017 19:33:02 +0000 (12:33 -0700)
commit1ea2184501d43352ec40764f5eaa3cbd07e3fee3
treecba9887b96010aa4e4af9f264ccf4ac79c1f73c2
parent5e8bed8373ddacf34262e080a7570074a67b4e4b
bridge: Fix controller status update to passive connections

The bug can cause ovs-vswitchd to crash (due to assert) when it is
set up with a passive controller connection. Since only active
connections are kept, the passive connection status update should be
ignored and not trigger asserts.

Fixes: 85c55772a453 ("bridge: Fix controller status update")
Reported-by: Josh Bailey <josh@faucet.nz>
Signed-off-by: Andy Zhou <azhou@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
AUTHORS.rst
vswitchd/bridge.c