in-band: Generalize the in-band code to arbitrary (IP,port) pairs.
authorBen Pfaff <blp@nicira.com>
Mon, 26 Apr 2010 17:16:45 +0000 (10:16 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 26 Apr 2010 18:02:12 +0000 (11:02 -0700)
commitd2ede7bc13478e45c58d31a3fe569785b0622682
tree1ed8bcc68b919e2558b001c7e72f77a333c5b1e5
parent1c6d11a82e7a48c26a6676ddecfcf29c2e853654
in-band: Generalize the in-band code to arbitrary (IP,port) pairs.

Until now the in-band code has taken an rconn (recently, multiple rconns)
and used its remote IP address as the one for which to set up flows.  But
we also need to support in-band control to the OVSDB manager, and OVSDB
does not use rconns.  This commit takes the first step toward this support
by generalizing the in-band code to take an arbitrary number of (IP,port)
pairs as remotes for which to set up flows.
ofproto/in-band.c
ofproto/in-band.h
ofproto/ofproto.c
ofproto/ofproto.h