os-ken/ryu
Isaku Yamahata 32f644fbe9 base/app_manager: introduce application context
The ryu-manager creates structures which applications share.
Currently it is hard-coded in ryu-managers. Concretely network.Network and
dpset.DPSet. It is difficult to maintain the code appropriately by hand.
When the application is changed or new application comes in, ryu-manager
also must be updated.
So introduce the notion of application context so that application manager
can determine what structures applications want to share and create them.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2012-05-30 11:58:15 +09:00
..
app ryu/app/wsapi: make json_parse_message_body work 2012-05-15 22:11:08 +09:00
base base/app_manager: introduce application context 2012-05-30 11:58:15 +09:00
controller ryu/controller/dpset.py: code simplification 2012-05-20 19:51:03 +09:00
lib lib/dpid: dpid formatter/parser 2012-05-20 19:51:01 +09:00
ofproto add NXT_ROLE_REPLY support 2012-05-28 17:12:36 +09:00
tests test: add more unittests 2012-05-28 16:25:27 +09:00
__init__.py initial commit 2011-12-09 15:56:05 +09:00
exception.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
flags.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
log.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
utils.py fix find_flagfile path handling bug 2012-04-11 13:46:42 +09:00