secchan: Get rid of static data in in-band control.
authorBen Pfaff <blp@nicira.com>
Tue, 17 Mar 2009 20:48:49 +0000 (13:48 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 17 Mar 2009 20:48:49 +0000 (13:48 -0700)
commitb00d48d376d937e06eb99124d4c5479b74226d41
tree10150c2868da21888245b88bb9493b189fcd4994
parent7db99cce0522571cda7572a1a6de32f10f79f81a
secchan: Get rid of static data in in-band control.

The notion of the controller's IP and MAC address in in-band control was
global.  This is incorrect if different switches within a process have
different controller.  Make this data part of "struct in_band" instead.
secchan/in-band.c