- 8db1640 ONOS-1933 - CORD-GUI -- Basic login page layout created, skeleton of mast head and footer created. by Bri Prebilic Cole · 9 years ago
- dea9817 Improvements for XOS integration app by Ray Milkey · 9 years ago
- 24fe16a CORD Subscriber GUI -- Added sample JSON for driving the GUI, based on current assumptions. by Simon Hunt · 9 years ago
- e9b7068 CORD Subscriber GUI -- segmented sample JSON files. Produced example dashboard data. by Simon Hunt · 9 years ago
- 1e57565 ONOS-688 (ONOS-1835,1836,1837) : by sangho · 9 years ago
- e031189 CORD GUI -- Skeleton view framework created, can navigate between views. by Bri Prebilic Cole · 9 years ago
- 2910729 CORD Subscriber GUI -- Added sample data formats from XOS API. by Simon Hunt · 9 years ago
- 6cdbdd8 Fixed javadocs. by Thomas Vachuska · 9 years ago
- c494f99 adding rules for radius forwarding. by alshabib · 9 years ago
- c39f603 Minor bug fixes to bgprouter and ofdpadriver by Saurav Das · 9 years ago
- 2318191 ONOS-1823 and ONOS-1838:Segment Routing Multi-instance Support-1 by Srikanth Vavilapalli · 10 years ago
- 8dd716a CORD Subscriber Demo - Support for loading local data files. by Simon Hunt · 9 years ago
- 3cc2330 Fix for NPE in SDNIP by Jonathan Hart · 9 years ago
- 0b98998 Add flows to forward OpenFlow traffic by Jonathan Hart · 9 years ago
- 4a5fc7b CORD Subscriber Demo - skeleton index.html and fixed web.xml to carve off namespace for RS by Simon Hunt · 9 years ago
- f758255 Initial CORD subscriber web-gui demo. by Thomas Vachuska · 9 years ago
- 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
- 8b4b9f0 Use diamond operator to remove redundant type parameter declaration by Sho SHIMIZU · 9 years ago
- da58088 GUI -- Further work on refactoring Topology View server side code. by Simon Hunt · 9 years ago
- baddcbe Use auto unboxing by Sho SHIMIZU · 9 years ago
- 24deb90 Simplify condition by Sho SHIMIZU · 9 years ago
- fee47ee bgprouter bundle should not be part of SDN-IP app. by Jonathan Hart · 9 years ago
- 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
- 16f857b First round of cleanups in optical path provisioner. No more user input for packet/optical mininet script. by Marc De Leenheer · 10 years ago
- f9ba422 Currently need to specify handshaker behavior in onos-drivers xml file. by Saurav Das · 9 years ago
- be12656 add an ARP reply emulator for public IP to vBNG by Pingping Lin · 10 years ago
- 4e0c73d add a new module to handle failed vBNG requests by Pingping Lin · 10 years ago
- 443ebed Add REST API to CORD fabric app. by Jonathan Hart · 10 years ago
- 45b009c Bug fix for route population optimization by sangho · 9 years ago
- 100e3b8 First shot at Broadcom OFDPA 1.0 pipeline by Saurav Das · 10 years ago
- 140e478 XOS integration app by Ray Milkey · 10 years ago
- 0de9fac Fixing and organizing javadocs. by Thomas Vachuska · 10 years ago
- 5f1e457 - Bug fix for populating MPLS rules for php case: adding treamtments in forward objectives by sangho · 10 years ago
- e148de8 Request packet in when config being modified during runtime. by Charles M.C. Chan · 10 years ago
- c14b2a2 Use long literal to shorten codes by Sho SHIMIZU · 10 years ago
- ea75084 CORD fabric app by Jonathan Hart · 10 years ago
- 99d0b20 thread safe improvment by Pingping Lin · 10 years ago
- 52abe3a ONOS-1791 : Populates MPLS rules also at edge routers by sangho · 10 years ago
- 834e4b0 ONOS-1786: Updates group buckets when link status is changed. by sangho · 10 years ago
- ffa27d3 add a vBNG application by Pingping Lin · 10 years ago
- a0ddb02 GUI -- Rename UIMessageHandlerTwo => UIMessageHandler. Also, make bindHandlers() private. by Simon Hunt · 10 years ago
- d2747a0 GUI -- Huge Refactoring of server-side message handlers (Part Two). by Simon Hunt · 10 years ago
- 266b443 Fixed javadocs and descriptions. by Thomas Vachuska · 10 years ago
- 7772af0 Fix for missing case in set test cli by Jon Hall · 10 years ago
- dfc639e Adding in some imports necessary for test code included in BGP router by Saurav Das · 10 years ago
- dde53d1 Fix the logic of deleting FIB entries in CorsaPipeline by sangho · 10 years ago
- f5b234a Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 10 years ago
- fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 10 years ago
- f22fb40 Pushes flow rules to the control switch when the switch is connected and available. by sangho · 10 years ago
- 666cd6d ONOS-1521 : Supports Leaf-Spine topology (tested with 4 x 4 ) by sangho · 10 years ago
- 20eff1d ONOS-1438: Improved the routing rule population process for link add and failure; computes the routes changed from the link changes and populates the rules only for the routes. by sangho · 10 years ago
- 7b8a921 Bugfix: matching IP address without ethType will result in OFPT_ERROR_MSG (type=OFPET_BAD_MATCH, code=OFPBMC_BAD_PREREQ) by Charles M.C. Chan · 10 years ago
- 6b687cd Test application for counters and sets by Jon Hall · 10 years ago
- 88d2282 Ignore PORT_STATS_UPDATED from topology metrics by andrew@onlab.us · 10 years ago
- bd7f742 Adding Device Listiner to BgpRouter so that filtering rules are sent to the by Saurav Das · 10 years ago
- 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 10 years ago
- 3d03826 Fixes bug where driver gets initialized only when device is available. by Saurav Das · 10 years ago
- 87994d0 Enhanced onos-build-selective to react to any src file modifications and to also result in a cascaded build of app modules which require the modified modules. by Thomas Vachuska · 10 years ago
- 3b881aa Move reactive forwarding to flow objectives by Jonathan Hart · 10 years ago
- 430223a ReactiveForwarding shouldn't always match ethertype or ipproto by Jonathan Hart · 10 years ago
- 3d4e14a FlowRule private extension refactor. by jcc · 10 years ago
- 3ea4662 Removing dependency on lower level drivers for the BGPRouter application. by Saurav Das · 10 years ago
- e3bfcaf Fix NPE for election app when handling CANDIDATE events. Also disables running by Ayaka Koshibe · 10 years ago
- f6ea9e6 Implemented a globally unique next id generator in FlowObjectStore by alshabib · 10 years ago
- 41e8c18 Simplified app packaging to use just project.version rather than short.version. by Thomas Vachuska · 10 years ago
- 6cc224b ONOS-1621: Test app for measuring messaging layer performance by Madan Jampani · 10 years ago
- 586afd8 Removing need for boilerplate app.xml; Instead defining onos.app.name and onos.app.origin (optional) is sufficient to trigger generation of boilerplate app.xml and features.xml files. by Thomas Vachuska · 10 years ago
- 2a441c6 Flow Objective implementation by alshabib · 10 years ago
- 624f13a fixing packaging for bgprouter. by alshabib · 10 years ago
- a7a0f56 Converting builtin applications to be delivered in a self-contained manner via OAR files. by Thomas Vachuska · 10 years ago
- e10f56b Fixing javadocs. by Thomas Vachuska · 10 years ago
- 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 10 years ago
- c9e16bf add a virtual gateway for reactive routing by Pingping Lin · 10 years ago
- 4db76e3 ONOS-685: Network Configuration Manager support for Segment Routing application by Srikanth Vavilapalli · 10 years ago
- cfd63d2 Adding more filtering objectives from the router application and handling them by Saurav Das · 10 years ago
- 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 10 years ago
- 910aff1 WIP: Initial implementation of filterObjectives using driver subsystem. by alshabib · 10 years ago
- b35a619 ONOS-686, 687, 1344 : The first commit for the Segment Routing application by sangho · 10 years ago
- e28ae4c sdn-ip reactive routing by Pingping Lin · 10 years ago
- b645147 Moved demo app back to main onos repo. by Thomas Vachuska · 10 years ago
- 0fa583c GUI -- Added applications view. by Thomas Vachuska · 10 years ago
- b967ebf GUI -- Fixed intent perf GUI styling. by Thomas Vachuska · 10 years ago
- 72dd99d GUI -- Fixed intentPerf javascript error. by Thomas Vachuska · 10 years ago
- fba2857 Enhanced app CLI. by Thomas Vachuska · 10 years ago
- 90c7be2 GUI -- Fixed a few issues int intentPerf.js caught by review, but after merge. by Thomas Vachuska · 10 years ago
- 95aadff Added GUI to intent perf app to monitor performance stats in real-time. by Thomas Vachuska · 10 years ago
- 89ad377 ONOS-1400: Fixing BgpRouter functionality break due to distributed group store changes by Srikanth Vavilapalli · 10 years ago
- e167b5f Fixed some wrong app.xml configurations. by Thomas Vachuska · 10 years ago
- 5630c61 ONOS-1323 Upgrading environment to use Apache Karaf 3.0.3 by Thomas Vachuska · 10 years ago
- 717361f Distributed group store using eventual consistent map abstraction by Srikanth Vavilapalli · 10 years ago
- e076c79 Implement builders for optical intents by Ray Milkey · 10 years ago
- ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 10 years ago
- ee4f937 Adding more app.xml files. Upgrading app.xml versions. Cleaned-up features.xml. by Thomas Vachuska · 10 years ago
- 166c547 Added Intent PURGED events to the collected Intent Event metrics. by Pavlin Radoslavov · 10 years ago
- b91356e Ooops. Fixing parent pom reference. by Thomas Vachuska · 10 years ago
- 6aaa1e0 Work toward fixing ONOS-1138: Batching topo event may cause event loss by Pavlin Radoslavov · 10 years ago
- a468e90 Adding test apps as submodule to apps by Brian O'Connor · 10 years ago
- 2a1779d Moving some apps to new repository by Brian O'Connor · 10 years ago
- 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 10 years ago
- 50a9b72 Add priority to remaining intent types by Ray Milkey · 10 years ago