- 20 Apr, 2015 8 commits
-
-
…vice.getCandidates(topic) Change-Id: I9aaea9dfa14e4e9916103a61c8e59290ad656aa7
Madan Jampani authored -
LabelResource subsystem will be used to manage label resources such as MPLS labels, ... (Part of ONOS-1223) :) Change-Id: Ib11eac84d81d7d86eaaf0222cf0bd7d3c64d2e51
jcc authored -
…pp.origin (optional) is sufficient to trigger generation of boilerplate app.xml and features.xml files. Change-Id: Ied8f3f8bf8774fae85e11c79a733b34dd5868949
Thomas Vachuska authored -
…ly switch between netty and io loop (default is netty) Change-Id: Id9af0756bf0a542f832f3611b486b2ac680b91e4
Madan Jampani authored
-
- 17 Apr, 2015 7 commits
-
-
Provides an abstraction which isolates the application from any pipeline knowledge. By using the provided objectives applications can express their forwarding desires in a pipeline agnostic way. The objectives are then consumed by a driver for the specific device who converts them into the appropriate pipeline coherent flows. Change-Id: I74a68b4971c367c0cd5b7de9d877abdd117afa98
alshabib authored -
…ps activated by default (via onos-setup-karaf or onos-install/onos-config) are now onos-drivers and onos-openflow. Change-Id: I35c7cca79a4b72e966cbc2cebe72b109f2d92706
Thomas Vachuska authored -
The app.xml and features.xml pull in the correct bundles to ignite the application successfully Change-Id: I719290a700b46042ff5c54ec26c19458032d78cf
alshabib authored -
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 14 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
-