os-ken/ryu/app
YAMAMOTO Takashi cdd7084b94 ryu.contrib: Be explicit about sys.path modification
Avoid the automatic modification of sys.path because it hurts
ryu-as-a-library use cases.
An example is the recent versions of neutron OVS-agent,
which optionally imports OVS python bindings, and ends up to
use a wrong copy in ryu.contrib.ovs.

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2015-04-18 08:56:19 +09:00
..
gui_topology gui_topology: fix to work using WebSocket 2014-09-27 18:44:25 +09:00
ofctl ryu.app.ofctl: Handle a race with connection close 2015-03-16 21:39:44 +09:00
__init__.py initial commit 2011-12-09 15:56:05 +09:00
bmpstation.py Syntax level compatibility with Python 3 2015-04-08 12:57:45 +09:00
cbench.py doc: add components page 2014-05-27 20:24:50 +09:00
client.py ryu.app.client: comments 2013-11-19 07:58:59 -08:00
conf_switch_key.py ryu/app/conf_switch_key: fix a comment 2013-07-09 12:14:38 +09:00
gre_tunnel.py doc: add components page 2014-05-27 20:24:50 +09:00
ofctl_rest.py Avoid invalid dpid and simplify the checking of ofctl version 2015-04-14 05:18:37 +09:00
quantum_adapter.py doc: add components page 2014-05-27 20:24:50 +09:00
rest_conf_switch.py doc: add components page 2014-05-27 20:24:50 +09:00
rest_firewall.py Syntax level compatibility with Python 3 2015-04-08 12:57:45 +09:00
rest_nw_id.py app/rest_nw_id: add port type for reserved port and vport-gre 2013-02-04 22:32:32 +09:00
rest_qos.py Syntax level compatibility with Python 3 2015-04-08 12:57:45 +09:00
rest_quantum.py doc: add components page 2014-05-27 20:24:50 +09:00
rest_router.py Cleanup isinstance(foo, (int, long)) 2015-01-19 00:51:55 +09:00
rest_topology.py rest_topology: use decorator api 2014-05-24 10:52:55 +09:00
rest_tunnel.py doc: add components page 2014-05-27 20:24:50 +09:00
rest.py doc: add components page 2014-05-27 20:24:50 +09:00
simple_isolation.py doc: add components page 2014-05-27 20:24:50 +09:00
simple_switch_12.py simple_switch_12: handle non-buffering switch 2014-11-01 05:26:35 +01:00
simple_switch_13.py simple_switch_13.py: Added ability to use buffer_id in FlowMod 2014-11-01 05:13:49 +01:00
simple_switch_14.py simple_switch_14: Update a comment about OVS bug 2014-10-16 11:49:20 +09:00
simple_switch_igmp.py add IGMP snooping application 2014-01-06 20:28:01 +09:00
simple_switch_lacp.py lacplib: reduce unnecessary constant 2013-11-20 05:41:16 -08:00
simple_switch_snort.py '+' operator can't combine no-string object 2015-04-14 05:19:56 +09:00
simple_switch_stp.py stplib: reduce unnecessary constant 2014-03-30 10:43:52 +09:00
simple_switch_websocket_13.py simple_switch_websocket_13: Add get_arp_table RPC method 2014-05-20 12:39:09 +09:00
simple_switch.py simple_switch: handle non-buffering switch 2014-11-01 05:22:39 +01:00
simple_vlan.py doc: add components page 2014-05-27 20:24:50 +09:00
tunnel_port_updater.py doc: add components page 2014-05-27 20:24:50 +09:00
ws_topology.py Reduce logging overhead by cleaning up logging calls 2015-03-16 21:11:10 +09:00
wsgi.py ryu.contrib: Be explicit about sys.path modification 2015-04-18 08:56:19 +09:00