- Nov 30, 2012
-
-
Gregor Maier authored
-
Gregor Maier authored
-
- Nov 29, 2012
-
-
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
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
-
-
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.
-
- 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)
-
Gregor Maier authored
* Only dispatch OF messages to listeners if the switch is in the active switch map (and is in MASTER role and connected). Fixes BSC-2829 * When transitioning to MASTER: notify IHAListeners of role-change before starting dispatching messages. When transitioning to SLAVE: stop dispatching before notifying IHAListeners. Fixes BSC-2407
-
- Nov 20, 2012
-
-
kwanggithub authored
Fix tab in LinkDiscoveryManager; fix duplicate getInetAddress() after merge in IOFSwitch and test/../OFMessageDamperMockSwitch
-
kwanggithub authored
Fix Conflicts: src/main/java/net/floodlightcontroller/core/internal/OFSwitchImpl.java
-
kwanggithub authored
-
- Nov 19, 2012
-
-
Kuang-Ching Wang authored
adding getInetAddress() as a function for IOFSwitch
-
Kuang-Ching Wang authored
Various UI fixes and improvements
-
Gregor Maier authored
-
Gregor Maier authored
-
Gregor Maier authored
When injecting fake ARP: set sender IP to 0 (ARP probe) Remove weird IP learning on DHCP-replies: WILL BREAK DHCP MANAGER WITH RELAYS
-
- Nov 17, 2012
-
-
Shudong Zhou authored
-
Shudong Zhou authored
-
- Nov 15, 2012
-
-
Shudong Zhou authored
-
Andreas Wundsam authored
-
Andreas Wundsam authored
-
Shudong Zhou authored
-
Shudong Zhou authored
-
Shudong Zhou authored
-
- Nov 14, 2012
-
-
Wes Felter authored
It now defers loading any data until the UI has been drawn, avoiding a blank screen. Now the dashboard is drawn (~1s) and then filled in with data. The remaining bottleneck is probably the number of XHRs; concatenating JS and templates and fetching switch data in bulk instead of individually would reduce the number of XHRs dramatically.
-
abat authored
Merge into master from pull request #1907: Implement BigOFSwitchImpl, default BigFloodlight switch driver (https://github.com/bigswitch/bigswitchcontroller/pull/1907)
-
Gregor Maier authored
-
Shudong Zhou authored
-
Shudong Zhou authored
-
Shudong Zhou authored
-
- Nov 13, 2012
-
-
Wes Felter authored
Also fixed OVS local port display.
-
Wes Felter authored
-
Wes Felter authored
-
Wes Felter authored
-
Wes Felter authored
-
Andreas Wundsam authored
-
Shudong Zhou authored
-
Shudong Zhou authored
-
- Nov 12, 2012
-
-
Andreas Wundsam authored
-