ofproto: Fix treatment of out-of-band controllers.
authorBen Pfaff <blp@nicira.com>
Thu, 27 May 2010 16:34:23 +0000 (09:34 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 27 May 2010 16:34:23 +0000 (09:34 -0700)
commit487ec65f157060b83ee050dc516ddd792574543b
tree5719f85b743a22362211a89f91690827b4460c11
parent5153ef3da7cd08b88fb398815c4141ff398016f2
ofproto: Fix treatment of out-of-band controllers.

This code was treated every controller as in-band, but obviously that's not
correct.

Reported-by: Jan Medved <jmedved@juniper.net>
ofproto/ofproto.c