- 08 Nov, 2014 1 commit
- 07 Nov, 2014 24 commits
-
-
Thomas Vachuska authored
-
… - added alerts pane to framework. - added library registration mechanism to framework. - created d3Utils library - reimplemented drag behavior of nodes."
Simon Hunt authored -
- added alerts pane to framework. - added library registration mechanism to framework. - created d3Utils library - reimplemented drag behavior of nodes. Change-Id: I501f4ab6eded8393948cede903573580599258b1
Simon Hunt authored -
* Added command options to show summary of the routes: - "onos:routes -s" or "onos:routes --summary" shows summary of the SDN-IP routes - "onos:bgp-routes -s" or "onos:bgp-routes --summary" shows summary of the BGP routes * Implemented displaying JSON output for the "onos:routes" and "onos:bgp-routes" commands (and the routes summary) Also, added static methods BgpConstants.Update.AsPath.typeToString() and BgpConstants.Update.Origin.typeToString() to return the BGP AS_PATH type and BGP UPDATE ORIGIN type as a string. Change-Id: I505c55a924721838bbbaf4ffccc30ffd61e90120
Pavlin Radoslavov authored -
…b-socket connection to the server. - device nodes will enter in a fixed location, if metaUi data is included in the addDevice event. - device nodes now adjust their bounds to fit the text (and show an icon). - added cycle labels function (press the 'L' key). - links now appear with "transition" animation. NOTE: this is still WIP. Change-Id: I3adbe9895e189e482316e86384dd53fd27781cd3
Simon Hunt authored -
Madan Jampani authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
- 06 Nov, 2014 15 commits
-
-
to register with the ONOS core services as an application. Change-Id: If1d9eb3d79909d519673e751a9e047263efa1431
Pavlin Radoslavov authored -
Thomas Vachuska authored
-
It lacks the guarantee the underlying IP address is IPv4. Potential users of toInt() should use Ip4Address.toInt() or IpAddress.getIp4Address().toInt() Tthe latter obviously might require the explicit check that getIp4Address() is not null. Change-Id: I3f939695cf3c496e3fdd3fbd4a2988b565cca69a
Pavlin Radoslavov authored -
FIxed typos and defects. ONOS-81 Change-Id: I789444a181abea509c354966545c927e305710d1
Thomas Vachuska authored -
IpPrefix, because so far we haven't implemented IPv6. Also, some of the BGP-related attributes (e.g., BGP Speaker ID) are IPv4 by definition. The following components are updated: * BGP implementation * Router component and relevant state (e.g., RouteEntry) Other components (e.g., configuration) will continue to use the more generic IpAddress and IpPrefix. Change-Id: I1936ca9871fd5a9709cb4f2c2850d78ebc1472c4
Pavlin Radoslavov authored -
Praseed Balakrishnan authored
-
Ray Milkey authored
-
Simon Hunt authored
-
Madan Jampani authored
-