- 24 Jan, 2015 1 commit
- 23 Jan, 2015 22 commits
-
-
- GET /topology - GET /topology/clusters - GET /topology/cluster/{clusterId} - GET /topology/cluster/{clusterId}/devices - GET /topology/cluster/{clusterId}/links - GET /topology/broadcast/{connectPoint} - GET /topology/infrastructure/{connectPoint} Change-Id: I2a5053b9e7f8bb7f4e3daa4b82b31376a47578cf
Ray Milkey authored -
ONOS-744 Refactoring graph search to allow requesting max number of paths. Change-Id: I28467246b92df32ebb3155c45774ecc051fdd3dd
Thomas Vachuska authored -
All write operations now come through the batchWrite API. Change-Id: I982c5f785bf108dc2c9716db5ed744882d88aa55
Jonathan Hart authored -
* Expose NetworkConfigReader as a service - NetworkConfigService * Add reference within SdnIp to NetworkConfigService This fixes bug ONOS-735 Change-Id: I85cdd0ce0a4f6293e8a5633bddd140a23ecddc10
Pavlin Radoslavov authored -
…k web-socket server. Topo view can use query string '?wsport=8123' for example. Change-Id: Ie34d557b9580d58239380010e8d58233998a78ca
Simon Hunt authored -
Create/update operations are implemented and working in 2-node cluster. No remove operations yet. Change-Id: Ief68c9d5c3bb483823b6f92d29fa83df0ab7b58f
Jonathan Hart authored -
…ameter to the directive. Change-Id: I2f2187e0b1a8a4fdb2d05187bb1d708724aeca99
Bri Prebilic Cole authored -
This reverts commit 9639df7b. This is due to the regression described in ONOS-825. Change-Id: I2909ed3e3461439596f99bf0cd94da3792a0ff64
Sho SHIMIZU authored -
IPv6 netowrk is advertised. IPv6 address is used for BGP peering. Still using IPv4 address for ONOS peering. *.json files are updated correspondingly. Change-Id: I8fdac12d2d25b840dcadfb261667a9f98eb9f6be
Kunihiro Ishiguro authored
- 22 Jan, 2015 10 commits
-
-
Created a table scrolling test page to try out having a fixed table header. - WIP Change-Id: Ia957173d0cb46c526af3da311b441802ac5cb292
Bri Prebilic Cole authored -
- moved test scenario events to directory in test branch. Change-Id: I1f94a9b4c844be1ea2633de0c74d49ebf5a770a7
Simon Hunt authored -
SDN-IP can now support peering and routing between hosts that are connected on VLANs. Changes include: * Updated NetworkConfigReader app to read (optional) VLAN configuration * Updated VlanId to support the 'VLAN present' value - in a match this means that a VLAN tag must be present, but it can contain any value. * Updated SDN-IP to set destination VLAN tag values if appropriate * Updated FlowModBuilder and FlowEntryBuilder to support 'VLAN present' value * Slew of test updates. Change-Id: Ief48cede5c1fd50e1efa851da5a97fb4a8edda29
Jonathan Hart authored -
and behaves as a sink for network-bound events. Reference: ONOS-665 Change-Id: I4e84929028094213baf0e9c27cef3a0b62ca1afb
Ayaka Koshibe authored
- 21 Jan, 2015 7 commits
-
-
IntentStore#createIntent(Intent) and IntentStore#removeIntent(Intent) have been superseded by IntentStore#batchWrite(BatchWrite) Change-Id: I0f1c1b8fdc645435a9925bae9370d75965618c7c
Jonathan Hart authored