- 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
-
Rob Adams authored
Some cleanup and bug fix in topology
-
Kanzhe Jiang authored
-
Gregor Maier authored
-
- Mar 30, 2012
-
-
abat authored
Only remove flows on move when the cookie is from forwarding (https://github.com/floodlight/floodlight/pull/65)
-
Rob Adams authored
-
abat authored
fix eclipse environment (https://github.com/floodlight/floodlight/pull/64)
-
- Mar 29, 2012
-
-
Rob Adams authored
-
Kanzhe Jiang authored
-
Srinivasan Ramasubramanian authored
Device manager should implement ITopologyListener to clear out attachment points when topology changes.
-
Srinivasan Ramasubramanian authored
(1) Device manager will drop packets (as the first step) if the topology indicates the packet-in port is not allowed for incoming transmissions. (2) Remove a log message from LinkDiscoveryManager. (3) Topology provides a service called isAllowed() that indicates if the port is enabled for incoming and outgoing traffic. (4) Tests are modified accordingly.
-