- 17 Apr, 2015 4 commits
-
-
modified to filter on topic. This does not support changing candidate ordering (yet). Refernce: ONOS-76 Change-Id: I028a6df0acbe3c4e4ff7c228f687f640e48e13be
Ayaka Koshibe authored
- 16 Apr, 2015 11 commits
-
-
- Added asNumbers() to prefs.js. Change-Id: I58b98bb660a525bc1af2498d81e86be6a4b06e66
Simon Hunt authored -
…lash messages while restoring state.. Change-Id: I1c904d0b69bf707ffa08b423ac5d4ecf7b0a7ff2
Simon Hunt authored -
- Made paths, defn, load mandatory properties of the sprite definition file. - (layout.json still a WIP) Change-Id: I323a7ec7317f0837ff3319d67956cb4f836405eb
Simon Hunt authored -
- Still need to fix layout.json as the sample. This is WIP! Change-Id: I060cf1bd69d7b0b0b1cd692ec4f10532756cb01f
Simon Hunt authored
- 15 Apr, 2015 15 commits
-
-
rather than explicit path Also, updating root pom.xml to point to the version and temporarily build the plugin Change-Id: I1a6cdaf3d384dff77cd9b4566a8c46707b789308
Brian O'Connor authored -
Now we can controll LINC components from mininet e.g swtich start/stop or link up/down -Added LINCSwitch, LINCIntf and LINCLink classes -fixed start/stop LINC-Switch bug related to taps -refactored opticalUtils.py -fixed typo -Implemented LINC-CLI support in LINCSwitch class -Added support for link up/down from mininet -Added support for switch start/stop from mininet and many more :) Change-Id: Ide6460081a554ea3ca9146be480ae016d7d2356d
fahad authored -
- refactored topoSprite.js to handle the changes. Change-Id: Ib0ed7dbacbc93777d8849bf82f52ad6ac974af2c
Simon Hunt authored -
…or calculating table height. - fixed bug in Device Details Panel where Ports table wouldn't scroll. - Minor refactoring Change-Id: I2d8133fb4a92f82087566084143c32deb7393fb3
Bri Prebilic Cole authored -
- Any files created in 2014 and modified in 2015 got a copyright of 2014-2015 - Used canonical form of 2014-2015 to be inclusive of extra years. Some files had 2014,2015 Change-Id: If9a133618873e4000b8f10299bde7c870eb1fbd5
Ray Milkey authored -
There is no physical gateway in SDN network. However a host needs a gateway when it tries to communicate with a remote host. So we designed a virtual gateway for SDN network. The virtual gateway can have multiple IP addresses. Each IP address is used as the default gateway address of an IP prefix. We only configure one MAC address to the virtual gateway. You can choose any MAC address from the BGP speakers as the virtual gateway MAC address. We configure this MAC address staticly in the sdnip.json configuration file. Change-Id: I2a72bef797fc55d25bb5473e8fca624ad659e1d1
Pingping Lin authored -
- includes option to specify sprite definition id: #/topo?sprites=defn_name. Change-Id: If2ce59384e01bb5f35827a503748e21ab4fb1b31
Simon Hunt authored
-
- 14 Apr, 2015 10 commits
-
-
… generic names to be reused between views - Fixed broken table unit tests - Other minor cleanup Change-Id: I7136cba15ad4fd185095617d790940d55b9f968f
Bri Prebilic Cole authored -
- using Optional in Leadership, and some commenting. - using MutableBooleans + compute() part of: Device Mastership store on top of LeadershipService Reference: ONOS-76 Conflicts: core/api/src/main/java/org/onosproject/cluster/LeadershipService.java core/store/dist/src/main/java/org/onosproject/store/consistent/impl/DistributedLeadershipManager.java Change-Id: I7f090abb123cf23bb5126a935a6e72be00f3e3ce
Ayaka Koshibe authored
-