This patch series implements simple vlan application which implements
functionalities similar to Quantum openvswitch plugin without tunneling.
The patches for quantum will follow.

NOTE: I haven't tested it yet. so not for merge yet.
      Anyway this patch set is based on discovery and gre_tunnel series which
      aren't merged yet.

Isaku Yamahata (10):
  controller: add send_feature_request utility method
  controller/dpset: generate port add/del event when datapath appears
  controller/dpset.py: add get_ports() helper method
  app/discovery: simplification by dpset change
  controller/switch_conf: add interface to store per-switch
    configuration
  ryu/app: REST API to set per-switch configuration
  ryu/app/client: support conf_switch
  bin/ryu-client: support switch_conf
  lib/ovs_bridge: helper class to manipulate ovs bridge
  app/simple_vlan: simple vlan application

 bin/ryu-client                                     |   10 ++
 bin/ryu-manager                                    |    1 +
 ryu/app/client.py                                  |   44 +++++-
 .../__init__.py => app/conf_switch_key.py}         |    6 +-
 ryu/app/discovery.py                               |   22 ---
 ryu/app/rest_conf_switch.py                        |  170 ++++++++++++++++++++
 ryu/app/simple_vlan.py                             |  146 +++++++++++++++++
 ryu/controller/conf_switch.py                      |   44 +++++
 ryu/controller/controller.py                       |    4 +
 ryu/controller/dpset.py                            |   46 ++++--
 ryu/lib/ovs_bridge.py                              |   48 ++++++
 11 files changed, 500 insertions(+), 41 deletions(-)
 copy ryu/{ofproto/__init__.py => app/conf_switch_key.py} (73%)
 create mode 100644 ryu/app/rest_conf_switch.py
 create mode 100644 ryu/app/simple_vlan.py
 create mode 100644 ryu/controller/conf_switch.py
 create mode 100644 ryu/lib/ovs_bridge.py


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to