Introduce simple vlan application which provides VLAN separation with ovs
tag function. Something similar openstack quantum openvswitch vlan function.
This patch series is on the top of the GRE tunnel patch series.

Example to run:
ryu-manager ryu/app/simple_vlan.py \
            ryu/app/quantum_adapter.py \
            ryu/app/rest.py \
            ryu/app/rest_conf_switch.py \
            ryu/app/rest_tunnel.py \
            ryu/app/rest_quantum.py


Isaku Yamahata (3):
  ryu/lib/ovs/bridge: add set_db_attribute() method
  task_queue: helper class to do blocking task in serialized manner
  ryu/app/simple_vlan: simple VLAN spp

 ryu/app/simple_vlan.py |  257 ++++++++++++++++++++++++++++++++++++++++++++++++
 ryu/lib/ovs/bridge.py  |    5 +
 ryu/lib/task_queue.py  |   62 ++++++++++++
 3 files changed, 324 insertions(+)
 create mode 100644 ryu/app/simple_vlan.py
 create mode 100644 ryu/lib/task_queue.py

-- 
1.7.10.4


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to