- Mar 01, 2014
-
-
hwchiu authored
-
- Feb 28, 2014
- Dec 20, 2013
-
-
Rémy Léone authored
-
- Nov 04, 2013
-
-
tamihiro authored
-
- Oct 30, 2013
-
-
Sovietaced authored
-
- Sep 05, 2013
-
-
Henrique Rodrigues authored
This commit removes the StaticFlowEntryStoreResource as discussed in the pull messages at: https://github.com/floodlight/floodlight/pull/420
-
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.
-
- Aug 06, 2013
-
-
CodingCat authored
-
Jason Parraga authored
-
- Aug 02, 2013
-
-
Rob Adams authored
Add a logback-test.xml default logging config for good measure to hide the SyncManager log spam at debug level
-
- Jul 17, 2013
-
-
Jason Parraga authored
-
- Jun 26, 2013
-
-
Vishnu Emmadi authored
-
Saurav Das authored
1) Ability to ask for last N events 2) Events now show up with most-recent-first 3) Including ThreadName as one of the columns 4) Ensuring moduleName and eventNames in URL do not include '/' 5) Removing dead code in Event.java 6) Updating unit tests
-
Saurav Das authored
accomodating the CLI)
-
Sovietaced authored
-
Sovietaced authored
-
Sovietaced authored
-
- Jun 25, 2013
-
-
Shudong Zhou authored
-
Shudong Zhou authored
-
Shudong Zhou authored
-
Vishnu Emmadi authored
change flow mod event names to being delimited by "-"
-
Shudong Zhou authored
-
Shudong Zhou authored
-
Shudong Zhou authored
-
Shudong Zhou authored
-
- Jun 24, 2013
-
-
Vishnu Emmadi authored
-
Vishnu Emmadi authored
-
Vishnu Emmadi authored
-
Vishnu Emmadi authored
-
Vishnu Emmadi authored
-
Vishnu Emmadi authored
-
- Jun 23, 2013
-
-
Vishnu Emmadi authored
-
- Jun 21, 2013
-
-
Saurav Das authored
as the left-most columns
-
Vishnu Emmadi authored
o show openflow cluster count with/without tunnels o show external port count for each external cluster
-
Saurav Das authored
-
- Jun 20, 2013
-
-
Shudong Zhou authored
-
Gregor Maier authored
-
- Jun 19, 2013
-
-
Vishnu Emmadi authored
-
Saurav Das authored
1) new event for BVS Interface(s) assigned 2) new EventFieldTypes for LIST_OBJECT, SREF_OBJECT and SREF_LIST_OBJECT 3) removing LIST_VLAN from EventFieldType as it is superseded by LIST_OBJECT
-