fail-open: Use connmgr_send_packet_in() instead of connmgr_broadcast().
authorBen Pfaff <blp@nicira.com>
Mon, 12 Mar 2012 21:27:25 +0000 (14:27 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 15 Mar 2012 17:34:18 +0000 (10:34 -0700)
commit946384e2da6e33dadb42bc1a3055e8eb4004eaae
tree3c3f34a0d371e54c4497fa757b1c0229fa520254
parentc7ae835ac2f4fe7b45b6761e9b1e8d4e5a95f39c
fail-open: Use connmgr_send_packet_in() instead of connmgr_broadcast().

Otherwise even controllers that should not receive any packet-ins (via
enable-async-messages=false) still receive the packet-ins that probe for
a controller being up when we're in fail-open.

Bug #9964.
Reported-by: James Schmidt <jschmidt@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/fail-open.c