- Dec 20, 2012
-
-
Saurav Das authored
-
- Dec 19, 2012
-
-
Saurav Das authored
-
- Dec 18, 2012
-
-
Saurav Das authored
-
- Dec 17, 2012
-
-
Gregor Maier authored
This reverts commit f10162148b078c25020ea3523981765c42bef2c7.
-
Gregor Maier authored
-
- Dec 16, 2012
-
-
Gregor Maier authored
-
Gregor Maier authored
-
- Dec 13, 2012
-
-
KC Wang authored
-
- Dec 12, 2012
-
-
Andreas Wundsam authored
-
Andreas Wundsam authored
-
Srinivasan Ramasubramanian authored
Device moved notification has to be generated when the new attachment point was already in the oldAP list.
-
- Dec 11, 2012
-
-
kwanggithub authored
Conflicts: bigfloodlight/src/main/java/com/bigswitch/floodlight/topology/BigTopologyInstance.java
-
- Dec 10, 2012
-
-
kwanggithub authored
-
kwanggithub authored
-
Kuang-Ching Wang authored
Fix tabs in PortDownReconcilation and Test
-
kwanggithub authored
-
kwanggithub authored
-
Srinivasan Ramasubramanian authored
Add an interface method to ITopologyService to get all the switches in the same openflow domain as a given switch id.
-
Kuang-Ching Wang authored
Fix for static flows pusher
-
kwanggithub authored
-
- Dec 07, 2012
-
-
Srinivasan Ramasubramanian authored
Adjustment to attachment point logic. If a device is learnt on OFPP_LOCAL of a switch, it will stay in that port until the switch is removed or the port goes down. The attachment point of the device cannot be modified from OFPP_LOCAL, once assigned.
-
Valentin Mayamsin authored
-
- Dec 06, 2012
-
-
Alex Reimers authored
Static Flow Pusher optimizations and PacketOut buffer ID fixes
-
- Dec 05, 2012
-
-
Alex Reimers authored
-
Alex Reimers authored
Also fixed an issue in Static Flow Pusher that would leave an orphaned flow if a static flow changed it's DPID.
-
- Dec 04, 2012
-
-
Alex Reimers authored
FLOODLIGHT-30 - When deleting all entries put in by the static flow pusher for a specific switch or all switches use a single delete based on matching the static flow pusher cookie instead of deleting each flow individually. Note: this means that flows mods are no longer hashed to have unique cookies.
-
- Nov 30, 2012
-
-
Gregor Maier authored
-
Gregor Maier authored
-
- Nov 29, 2012
-
-
Kuang-Ching Wang authored
Port Down Reconciliation
-
abat authored
Merge into master from pull request #1946: openflowj: enforce buffer_id XOR payload for PacketOut (https://github.com/bigswitch/bigswitchcontroller/pull/1946)
-
Alex Reimers authored
Fixes for Floodlight-11 and Floodlight-13
-
Jason Parraga authored
-
Alex Reimers authored
FLOODLIGHT-13 - Event history size is now configurable via net.floodlightcontroller.linkdiscovery.internal.LinkDiscoveryManager.eventhistorysize = <int> in the properties file. FLOODLIGHT-11 - The log message for received LLDPs that we did not send out has been updated.
-
Andreas Wundsam authored
-
- Nov 28, 2012
-
-
Kuang-Ching Wang authored
subtree update
-
Alex Reimers authored
FLOODLIGHT-28 - Change the LearningSwitch FlowMod/PacketOut buffer ID logic. We now send FlowMods with BUFFER_ID_NONE and then PacketOut the packet with the buffer ID. - Add LearningSwitch properties file options to change hard/soft flow timeouts as well as priority. - Add a learningswitch.properties file.
-
kwanggithub authored
floodlight changes to accommodate future multi-route implementation - add cookie field to all getRoute() methods
-
kwanggithub authored
- Add getRoutes() to IRoutingService, dummy getRoutes() to TopologyManager - update Link to be comparable/sortable - add routeCount to Route - add cookie to RouteId - make NodeDist protected
-
- Nov 21, 2012
-
-
Srinivasan Ramasubramanian authored
Add more error checking into the links identified on ports. Classify any ports with inconsistent links seen as broadcast domain ports.
-
abat authored
Merge into master from pull request #1930: More resilient OF message handling with role changes. (https://github.com/bigswitch/bigswitchcontroller/pull/1930)
-