- 30 Oct, 2014 34 commits
-
-
Fixed NPE error in objective tracker. Preparing for upgrade to Java 8 and Karaf 3.0.2.
Thomas Vachuska authored -
Thomas Vachuska authored
-
Simon Hunt authored
-
Toshio Koide authored
-
Toshio Koide authored
-
We've defined a PacketStore abstraction through which outbound packets are sent. The packet store has a simple implementation (basically a no-op) and a distributed implementation on top of the cluster messaging service. Change-Id: Ib32753314fe518ef1fd67c858db744b004539938
Jonathan Hart authored -
Toshio Koide authored
-
Simon Hunt authored
-
Simon Hunt authored
-
Thomas Vachuska authored
-
- try to avoid unnecessary remote writes - avoid reads from blocking if possible - atomically read term info Change-Id: I50badc718726261ccb14a6feefc578b420d28923
Yuta HIGUCHI authored -
Simon Hunt authored
-
Toshio Koide authored
-
Fixed cell files to remove ONOS_CELL definition within; this is defined externally based on the cell itself.
Thomas Vachuska authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Praseed Balakrishnan authored
-
- 29 Oct, 2014 6 commits
-
-
* Added new static methods IpAddress.makeMaskPrefix and IpAddress.makeMaskedAddress * Cleanup Also, removed obsoleted Javadoc comments in Ip4Prefix and Ip6Prefix classes
Pavlin Radoslavov authored -
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 -
- avoid LinkDiscovery from start()-ing multiple times - Only check device mastership at beginning of probe interval Change-Id: I0cece8fbcf2a031ea3ac603c6f51dbe87ad454ad
Yuta HIGUCHI authored -
Madan Jampani authored
-