- 29 Oct, 2014 2 commits
-
-
…lision prevention code appropriately. Removed hover-selection mode (will replace with tooltips later). Added flyout div (hidden for now).
Simon Hunt authored
- 28 Oct, 2014 25 commits
-
-
Marc De Leenheer authored
-
Thomas Vachuska authored
-
The current Router class does not check the Intent state. So I did not add the state in this patch. I will push another patch for testing the intent state. Change-Id: Idb44dcace5f33a0144852a999445931bc2189448
Pingping authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Toshio Koide authored
-
Some refactoring. Cleaned up debug configuration. Links now clipped to edges of node rectangles. Updated ONOS icon (just a placeholder for now)
Simon Hunt authored -
Madan Jampani authored
-
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 13 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