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:23:04 +0000 (10:23 -0700)
commit0b0517ef142805bf7691091c1eaafa10a669b06b
tree4c873a63d600090e7167128d0c3ab6b626443af5
parent2ed1202f141ecbda901c6531829273ea2ad8f1c8
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