- 03 Nov, 2014 1 commit
- 28 Oct, 2014 10 commits
-
-
Thomas Vachuska authored
-
to exclude specifying the prefix length, because it is not applicable for IpAddress.
Pavlin Radoslavov authored -
inside class IpAddressSerializer to exclude reading/writing the prefix length for IpAddress, because it is not applicable.
Pavlin Radoslavov authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
and cleanup related code: - Host.ipAddresses() - DefaultHost.ipAddresses() - HostDescription.ipAddress() - DefaultHostDescription.ipAddress() - HostService.getHostsByIp() - HostManager.getHostsByIp() - HostStore.getHosts() - GossipHostStore.getHosts() - SimpleHostStore.getHosts() - ProxyArpService.known() - ProxyArpManager.known() As a result of the above cleanup, the "hosts" CLI command outputs the IP addresses as "1.2.3.4" instead of "1.2.3.4/32". Also, the following REST calls might be affected as well with the above format replacement: - REST POST: config/topology - REST GET: topology/graph
Pavlin Radoslavov authored -
Thomas Vachuska authored
-
- 27 Oct, 2014 20 commits
-
-
* Updated classes PortAddresses (in core/api) and Interface (in sdnip) to use class InterfaceIpAddress instead of IpPrefix * Updated corresponding unit tests and relevant code * Minor refactoring inside ProxyArpManager to simplify some of the logic and usage related to PortAddresses. Also, renamed method findOutsidePortInSubnet() to findPortInSubnet() and updated its implementation to reflect better its usage.
Pavlin Radoslavov authored -
- replace pendingFuture Map with Cache - remove the future after setting the Future value Change-Id: I152dfd586350c472dde74a28579536b44761680a
Yuta HIGUCHI authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
- LLDPLinkProvider: handle DeviceUpdate event - DeviceManager: publish Device events caused by Mastership change - DeviceManager: Always try to markOffLine on deviceDisconnected - GossipDeviceStore: Silently ignore failure to get Timestamp on port events Change-Id: I51fbb3f1924007867512f20e62d6d53090c63640
Yuta HIGUCHI authored -
- ignore event triggered by local node, not if the subject is about local node. Change-Id: I50858a8b9272966f597f5172a0227f14afbc72c4
Yuta HIGUCHI authored -
to print actual instance type. Change-Id: I4f7f1f0bea51d6fdb586339569b884e6cfdd5d02
Yuta HIGUCHI authored
- 26 Oct, 2014 2 commits
-
-
Conflicts: core/net/src/main/java/org/onlab/onos/net/intent/impl/IntentManager.java Change-Id: I3449d508668835307d9b00a87d047599a83de81d
weibit authored
-
- 25 Oct, 2014 2 commits
-
-
Madan Jampani authored
-
Madan Jampani authored
-
- 24 Oct, 2014 5 commits
-
-
That class can be used to represent the IP address information on an interface.
Pavlin Radoslavov authored -
Thomas Vachuska authored
-