- 29 Oct, 2014 13 commits
-
-
Also added a CLI command to test SDN-IP primary switchover. Change-Id: Id31f79262a2b607f987adad2fdb3eb54eb939fea
Jonathan Hart authored -
Example: LinkEvent{time=2014-10-28T23:24:23.461, ... Change-Id: I439cea488afd97dfa4f1c1e5770f2e2d7b64d321
Yuta HIGUCHI authored -
- handle no master for Device case - Changed failed item type to FlowRule Change-Id: If6c85751759cf6ba9ab0ed0384cbe1bf08a5d572
Yuta HIGUCHI authored -
Simon Hunt authored
-
…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 2 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