- 30 Oct, 2014 40 commits
-
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
* Now IpPrefix uses IpAddress to represent the subnet address * The IpPrefix subnet address is masked-out by the prefix length. E.g., IpPrefix("1.2.3.4/24") is now stored as IpPrefix("1.2.3.0/24") * Removed IpPrefix methods that are not used or don't apply anymore * Replaced usage of IpPrefix with IpAddress where appropriate
Pavlin Radoslavov authored -
Also added configuration boolean to indicate whether the background image should be visible on startup.
Simon Hunt authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Fixed NPE error in objective tracker. Preparing for upgrade to Java 8 and Karaf 3.0.2.
Thomas Vachuska authored -
Toshio Koide authored
-
of ONOS_CELL from the cell config files. Change-Id: I97c2d1f8d191f59db00a455281bbba7f04383335
Pavlin Radoslavov authored -
try to fix Masteship recognition mismatch when MastershipEvent suggest different view. Change-Id: If1aba3d330978c48e8c4053fb47f4d149d57966e
Yuta HIGUCHI 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
-