vswitchd: Don't make and pass socketpair to secchan if we won't use it.
authorBen Pfaff <blp@nicira.com>
Sat, 3 Jan 2009 00:39:59 +0000 (16:39 -0800)
committerBen Pfaff <blp@nicira.com>
Sat, 3 Jan 2009 00:40:23 +0000 (16:40 -0800)
commit89c8ff6cdf4e0d3390d372767fd05c59f655aadf
treee672a4d6be8820ca8c0d68f28772f5bfd5174276
parent6f1adba22cd41c3efeb20e280013b177a2790e45
vswitchd: Don't make and pass socketpair to secchan if we won't use it.

If there's a remote controller then secchan will talk to it, not to
vswitchd, so there's no need to make a socketpair for communication in
that case.
vswitchd/bridge.c