- 29 Oct, 2014 32 commits
-
-
This is a prototype of the bandwidth reservation implementation. There is no bandwidth discovery, it is all faked. The bandwidth is specified by allocating a special Intent used for demonstration purposes. This code also uses faked out interfaces in the Resource Manager, and will need to be refactored when the real Resource Manager is in place. Change-Id: I1f9a16b4144f5440bb529014a6a6f0f21d22839e
Ray Milkey authored -
Madan Jampani authored
-
* Removed IpAddress.MAX_INET_MASK and use IpPrefix.MAX_INET_MASK_LENGTH instead * Renamed IpAddress.INET_LEN to INET_BYTE_LENGTH * Added IpAddress.INET_BIT_LENGTH, INET6_BYTE_LENGTH, and INET6_BIT_LENGTH * Removed methods that are semantically incorrect, or are not needed/used - IpAddress.prefixLength() - IpAddress.toPrefix() - IpAddress.mask() - IpAddress.netmask() - IpAddress.network() - IpAddress.host() - IpAddress.isMasked() - IpAddress.contains() - IpPrefix constructor for version and bytes (but no netmask) - IpPrefix.valueOf(int) * Misc. other cleanup.
Pavlin Radoslavov authored -
1. Lowered the timeout value for expiring unanswered sendAndReceive calls to 10s. 2. Marking the future as complete (with exception) when a entry is evicted due to timeout. 3. Improved exception behavior.
Madan Jampani authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Also added a CLI command to test SDN-IP primary switchover. Change-Id: Id31f79262a2b607f987adad2fdb3eb54eb939fea
Jonathan Hart authored -
Example: LinkEvent{time=2014-10-28T23:24:23.461, ... Change-Id: I439cea488afd97dfa4f1c1e5770f2e2d7b64d321
Yuta HIGUCHI authored -
- handle no master for Device case - Changed failed item type to FlowRule Change-Id: If6c85751759cf6ba9ab0ed0384cbe1bf08a5d572
Yuta HIGUCHI authored -
Simon Hunt authored
-
…lision prevention code appropriately. Removed hover-selection mode (will replace with tooltips later). Added flyout div (hidden for now).
Simon Hunt authored
-
- 28 Oct, 2014 8 commits
-
-
Marc De Leenheer authored
-
Thomas Vachuska authored
-
The current Router class does not check the Intent state. So I did not add the state in this patch. I will push another patch for testing the intent state. Change-Id: Idb44dcace5f33a0144852a999445931bc2189448
Pingping authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-