- Oct 22, 2012
-
-
abat authored
Merge into master from pull request #1636: Open source stuffff (https://github.com/bigswitch/bigswitchcontroller/pull/1636)
-
Alex Reimers authored
-
Rob Adams authored
Change getFeaturesReply method to 'query' so it's clear this is an external query, and avoids calling it when serializing to JSON.
-
Gregor Maier authored
* Must not call clearAllFlowMods() on slave -> master transition. * Hack to solve immediate perf problem on switch handshake: only call readSwitchPortStateFromStorage() on role change. Switch handshake is now fast again but role change is slow (which is has been before) BSC-2695 BSC-2727
-
- Oct 20, 2012
-
-
Gregor Maier authored
-
Gregor Maier authored
-
- Oct 19, 2012
-
-
meiyangbigswitch authored
-
Gregor Maier authored
-
Gregor Maier authored
-
Alex Reimers authored
Bug fix
-
Valentin Mayamsin authored
-
meiyangbigswitch authored
-
meiyangbigswitch authored
-
- Oct 18, 2012
-
-
meiyangbigswitch authored
-
meiyangbigswitch authored
-
meiyangbigswitch authored
-
meiyangbigswitch authored
-
meiyangbigswitch authored
-
Srinivasan Ramasubramanian authored
Changes to REST API for links. http://<controller>:8080/wm/topology/links/json would now return only direct and tunnel links (LinkType.DIRECT_LINK or LinkType.TUNNEL). To get external links, use http://<controller>:8080/wm/topology/external-links/json.
-
Saurav Das authored
-
- Oct 17, 2012
-
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
Add isTunnelPort() to ILinkDiscoveryService. A tunnel port is not an attachment point port even if no links are found through it.
-
- Oct 16, 2012
-
-
Valentin Mayamsin authored
-
- Oct 14, 2012
-
-
Alex Reimers authored
-
Alex Reimers authored
Fix mismatch between Javadoc comment and method argument
-
Alex Reimers authored
Updates
-
Srinivasan Ramasubramanian authored
BDDP packets are now transmitted with BSN Eth-type. Minor refactoring of the code inclues: (1) Removal of BDDP class; (2) Using LLDP encapsulated inside BSN header for BDDP functionality.
-
- Oct 13, 2012
-
-
Alex Reimers authored
Fix an issue in the REST API where setting datalayer MAC addresses in OFActions was not getting displayed properly.
-
- Oct 12, 2012
-
-
abat authored
Merge into master from pull request #1515: TopologyManager should not process switch removed and port down messages explicitly as they are processed by link discovery module and generate corresponding link removed events. (https://github.com/bigswitch/bigswitchcontroller/pull/1515)
-
abat authored
Merge into master from pull request #1514: Add RARP ethertype (https://github.com/bigswitch/bigswitchcontroller/pull/1514)
-
Shudong Zhou authored
-
Srinivasan Ramasubramanian authored
TopologyManager should not process switch removed and port down messages explicitly as they are processed by link discovery module and generate corresponding link removed events.
-
Shudong Zhou authored
-
Srinivasan Ramasubramanian authored
Changes to autoportfast working. Quarantining a fast port does not depend on whether the autoportfast feature is enabled or not.
-
- Oct 11, 2012
-
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
Rename isLLDPSuppressed to isLinkDiscoverySuppressed. Rewrite of autoPortFast feature and how the ports are added to quarantine and maintenance.
-
Srinivasan Ramasubramanian authored
-
- Oct 10, 2012
-
-
Rob Sherwood authored
-
Rob Sherwood authored
Some (broken!) switches send BAD_REQUEST:EPERM or BAD_REQUEST:BAD_TYPE errors in reply to our HA role request. We can ignore the type in an effort to be more liberal in what we receive.
-
- Oct 09, 2012
-
-
Sho SHIMIZU authored
-