- May 25, 2013
-
-
Saurav Das authored
-
Saurav Das authored
Fixing the REST API to account for hierarchical counters More unit tests.
-
Saurav Das authored
of performace of updates. Introducing hierarchical counters, counter metatdata and finer-grained handling of counter flush. Added unit tests and changed some of the API calls
-
- May 24, 2013
-
-
Andrew Or authored
-
meiyangbigswitch authored
-
Gregor Maier authored
-
- May 23, 2013
-
-
Gregor Maier authored
-
Gregor Maier authored
OrderedCollection is a marker interface that extens Collection. It simply clarifies that the Collection has a well-defined iteration oder although the interface itself doesn't specify the order. It's used to return ordered PortChangeEvents
-
meiyangbigswitch authored
-
meiyangbigswitch authored
-
Gregor Maier authored
Topolgoy: don't remove ports the collection returned by the switch. Make BVS port names case-insensitive
-
- May 22, 2013
-
-
Gregor Maier authored
-
kwang-bsn authored
-
meiyangbigswitch authored
-
Gregor Maier authored
-
Rob Adams authored
-
- May 21, 2013
-
-
Rob Adams authored
-
- May 20, 2013
-
-
Gregor Maier authored
-
- May 19, 2013
-
-
Srinivasan Ramasubramanian authored
[BVS-498] Uplink port prefixes can be specified in bigfloodlight.properties. This prefixes will be used for classifying a port as an uplink port, thus autoportfast will not be used on those ports.
-
- May 18, 2013
-
-
Shudong Zhou authored
-
- May 17, 2013
-
-
Gregor Maier authored
-
- May 16, 2013
-
-
meiyangbigswitch authored
-
kwang-bsn authored
- Simple interfaces and a syslog implementation for notification. - Post notification for switch disconnect, link add, link update or link rmeove.
-
Srinivasan Ramasubramanian authored
Remove source and destination port status from LinkInfo data strucuture. The source/destination port info is also removed in model and CLI.
-
Saurav Das authored
-
Saurav Das authored
1. making the API more RESTful by replacing dashes with slashes and maintaining URI tree 2. adding REST calls for listing events and resetting events 3. completing the REST API for GET calls
-
- May 15, 2013
-
-
Gregor Maier authored
Comaprisions of port names and retrivials from IOFSwitch.getPort(String) are now case-insentivie. However, we still store port names with their original case. This is a quick-fix were we lower-case the port name before adding it to the port map in PortManager. Should really use a map with case-insensitive keys...
-
Gregor Maier authored
-
Gregor Maier authored
* add methods to update/compare the ports of an IOFSwitch * use ImmutablePorts * OFPhysicalPorts -> ImmutablePort in most test
-
- May 14, 2013
-
-
Rob Adams authored
-
Rob Adams authored
-
Saurav Das authored
1. Moving debug event for switch connect/disconnect to Controller (from LinkDiscovery) to be consistent with Shudong's changes 2. Bug fix in OFChannelHandler that was causing NPE 3. Bug fix in DebugEvents that was ignoring flushNow directive in event registry 4. Updated unit test
-
Saurav Das authored
-
Saurav Das authored
-
- May 13, 2013
-
-
Shudong Zhou authored
-
Saurav Das authored
-
Gregor Maier authored
-
Gregor Maier authored
-
Gregor Maier authored
* Make all fields final or volatile * Still not 100% safe (visibility): lastSeenTimestamp of the entities can be changed unsynchronized
-
Saurav Das authored
-