Factor learning switch out of controller into library.
authorBen Pfaff <blp@nicira.com>
Wed, 4 Jun 2008 18:08:08 +0000 (11:08 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 9 Jun 2008 17:27:49 +0000 (10:27 -0700)
commit7b351ea0762fc73e1e92059e5f16b8269db44bd2
treeb8a9904f701dcd8ac8ce402421281a66f5215000
parent8f4da69c169f4a69d8563ebf8dbe8934748fb969
Factor learning switch out of controller into library.

This prepares for adding "fail-open" support to the secchan, which
will require the secchan to act as a learning switch.
controller/controller.c
include/Makefile.am
include/learning-switch.h [new file with mode: 0644]
include/rconn.h
include/vlog.h
lib/Makefile.am
lib/learning-switch.c [new file with mode: 0644]
lib/rconn.c