- Apr 09, 2012
-
-
Gregor Maier authored
-
- Apr 06, 2012
-
-
abat authored
Add try-catch clauses around all update queues. (https://github.com/floodlight/floodlight/pull/74)
-
abat authored
Add more Static Flow Pusher REST APIs and make it an IFloodlightService. (https://github.com/floodlight/floodlight/pull/75)
-
Alex Reimers authored
-
Gregor Maier authored
Now we will at least get an error message when an Exception occurs instead of silently killing the thread. [Forgot to add all files to commit]
-
Gregor Maier authored
Now we will at least get an error message when an Exception occurs instead of silently killing the thread.
-
Alex Reimers authored
/wm/staticflowentrypusher/list/{switch}/json {switch} can be 'all' or a DPID in Hex format, i.e. '00:00:00:00:00:00:00:01'
-
Alex Reimers authored
-
Alex Reimers authored
-
Alex Reimers authored
Make static flow pusher into a service (IStaticFlowEntryPusherService). This will allow other Floodlight modules to push static flows without using the REST API.
-
- Apr 05, 2012
-
-
Gregor Maier authored
-
Srinivasan Ramasubramanian authored
Add 5 seconds for attachment point change from one broadcast domain to another. When the attachment points flap quickly, the controller should avoid learing the attachment point but should continue processing the packet.
-
Srinivasan Ramasubramanian authored
-
Gregor Maier authored
-
Srinivasan Ramasubramanian authored
Device manager will have a 5-second time gap to change an attachment point for a host from one broadcast domain to another.
-
- Apr 04, 2012
-
-
Gregor Maier authored
Conflicts: src/main/java/net/floodlightcontroller/linkdiscovery/internal/LinkDiscoveryManager.java
-
- Apr 03, 2012
-
-
abat authored
Reduce log level of some messages (https://github.com/floodlight/floodlight/pull/72)
-
Rob Adams authored
-
Alex Reimers authored
Fix a broadcast issue in looped topologies.
-
Alex Reimers authored
-
abat authored
broadcast ARP if cluster doesn't know dst device's AP (https://github.com/floodlight/floodlight/pull/70)
-
Shudong Zhou authored
-
Kanzhe Jiang authored
-
- Apr 02, 2012
-
-
Gregor Maier authored
-
Gregor Maier authored
-
Srinivasan Ramasubramanian authored
Introduce a convenience method inSameIsland, which is the same as inSameCluster. In future, they may have different functionalities.
-
- Apr 01, 2012
-
-
Srinivasan Ramasubramanian authored
Introduce a method called isConsistent(..) that compares an old attachment and a new attachment point. If the new attachment point is not consistent with the old one, then it has to be learnt by the device manager.
-
abat authored
Removing prints not through logger (https://github.com/floodlight/floodlight/pull/69)
-
Srinivasan Ramasubramanian authored
Fix a bug for checking BDDP packet if the packet is not unicast for it to continue down the processing chain.
-
Srinivasan Ramasubramanian authored
If the incoming node port is blocked, allow only unicast and BDDP packets to continue down the processing chain.
-
Srinivasan Ramasubramanian authored
-
Rob Adams authored
-
Gregor Maier authored
-
- Mar 31, 2012
-
-
abat authored
Add a method to TopologyService (https://github.com/floodlight/floodlight/pull/67)
-
abat authored
DeviceManager REST API take two (https://github.com/floodlight/floodlight/pull/68)
-
Kanzhe Jiang authored
-
Srinivasan Ramasubramanian authored
When the device manager gets cleaned up (or when during topologyChanged), it should consider the time difference between switching from broadcast to non-broadcast attachment points (as they might be previously on two different switches).
-
Alex Reimers authored
-
Alex Reimers authored
-
Alex Reimers authored
Added a DeviceManager REST API. You can use this to see what devices the controller has learned along with their IPs and attachment points. Conflicts: src/main/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImpl.java
-