ofproto: Factor OpenFlow connection management into new "connmgr".
authorBen Pfaff <blp@nicira.com>
Tue, 29 Mar 2011 19:24:28 +0000 (12:24 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Mar 2011 19:28:11 +0000 (12:28 -0700)
commit19a87e3637f8c278e1bc16bb9a7ab32af0a21d6b
tree7722db7f3b504ef41fdce3846ba8ef39946ab619
parent10d0a1d2a9be4c01e1b2b4e8fbd5c61d9b9e60cd
ofproto: Factor OpenFlow connection management into new "connmgr".

This removes a lot of code from ofproto.c and makes the ofproto code
easier to understand.
ofproto/automake.mk
ofproto/connmgr.c [new file with mode: 0644]
ofproto/connmgr.h [new file with mode: 0644]
ofproto/fail-open.c
ofproto/fail-open.h
ofproto/in-band.c
ofproto/in-band.h
ofproto/ofproto.c