- 01 Nov, 2014 4 commits
-
-
Pavlin Radoslavov authored
-
- For some of the methods, the IP Version needs to be specified by the caller. This applies to the IpPrefix API as well. - For now, everywhere IpAddress is used and the IP version has to be explicitly specified by the caller, we assume/specify IPv4. - Added unit test for class IpAddress: for both IPv4 and IPv6 addresses.
Pavlin Radoslavov authored
-
- 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 18 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
-