vswitch: Eliminate OpenFlow connection to ofproto.
authorBen Pfaff <blp@nicira.com>
Mon, 9 Mar 2009 22:37:16 +0000 (15:37 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 9 Mar 2009 22:49:38 +0000 (15:49 -0700)
commit69d3183d9c6588aa635fed2b6878784e6805dd4d
tree6fbc7cec8ef18949f92506a887989696ae20ec65
parent6c974da5f393c9afe367bb2cd0ad1b8335ec8745
vswitch: Eliminate OpenFlow connection to ofproto.

The vswitch interface to the ofproto is now entirely a functional
interface, instead of going partially over an OpenFlow connection that
"loops back" to the ofproto via a socketpair.  So this commit drops
the code that connects and maintains that connection.
vswitchd/bridge.c