- 31 Oct, 2014 18 commits
-
-
I.e. running "onos 1" is equivalent to running "onos $OC1". "onos-log 2" is equivalent to "onos-log $OC2". If the argument is not a number there should be no change to the behaviour of the script (original invocations should still work as expected). Will make this change for other commands in the future if there are no issues. Change-Id: I7621cce9076c088d3bcb1aa4d6c8f8f8525823ca
Jonathan Hart authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Simon Hunt authored
-
Simon Hunt authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Adjusted L&F of the port labels Suppressed using buffer-id in packet-out messages; we now always send data; cbench is much more steady now and I see no 0s!!!!
Thomas Vachuska authored -
Simon Hunt authored
-
Brian O'Connor authored
-
Thomas Vachuska authored
-
Simon Hunt authored
-
- 30 Oct, 2014 22 commits
-
-
- Use classname instead of class in IntentId - Added hashcode and equals to LambdaResourceAllocation - Untrack resources in IntentManger during uninstall - Refactored common code in OpticalPathIntentInstaller - Copied SimpleLinkResourceStore to DistributedLinkResourceStore - Added a few unserializable files to KryoNamespaces Change-Id: Ic35d102244972d5cf0c64482fd99e8c9bb1293a6
Brian O'Connor authored -
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
-