Skip to content
Snippets Groups Projects
user avatar
Henrique Rodrigues authored
Floodlight's Static Flow Pusher REST interface expects "posted data"
for DELETE requests. It uses this posted data to identify which entry
should be deleted. However, the RFC 2616 states that resources
to be deleted using the DELETE method should be identified by a
URI (not by posted data):
http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.7

This is a problem when you try to use a spec-compliant framework to
communicate with the REST interface provided by StaticFlowEntryPusher
module. The Restlet framework, that is being used in the implementation
of the module itself, is an example. It prevents you from posting data with
a DELETE method, according to what is specified in the HTTP1.1 RFC.
81d5a556
History

Floodlight is the leading open source SDN controller. It is supported by a community of developers including a number of engineers from Big Switch Networks (http://www.bigswitch.com/).

OpenFlow is a open standard managed by Open Networking Foundation. It specifies a protocol through switch a remote controller can modify the behavior of networking devices through a well-defined “forwarding instruction set”. Floodlight is designed to work with the growing number of switches, routers, virtual witches, and access points that support the OpenFlow standard.

Feature Highlights:

  • Offers a module loading system that make it simple to extend and enhance.
  • Easy to set up with minimal dependencies
  • Supports a broad range of virtual- and physical- OpenFlow switches
  • Can handle mixed OpenFlow and non-OpenFlow networks – it can manage multiple “islands” of OpenFlow hardware switches
  • Designed to be high-performance – is the core of a commercial product from Big Switch Networks.
  • Support for OpenStack Quantum cloud orchestration platform}

To download a pre-built VM appliance, access documentation, and sign up for the mailing list, go to:

http://www.projectfloodlight.org/floodlight