commit | 051b3ac15349e94a9b4872225ecfc9e59e352263 | [log] [tgz] |
---|---|---|
author | Andreas Pantelopoulos <andreas@opennetworking.org> | Fri Feb 23 10:46:03 2018 -0800 |
committer | Andreas Pantelopoulos <andreas@opennetworking.org> | Fri Feb 23 13:10:35 2018 -0800 |
tree | 31692a24808202b5e89ff56d7b1ab06b68911ad8 | |
parent | 0dbf8e2cf5deb452047319ffa170cde7443b10f9 [diff] |
Refactored sr app to enable rest api. The segment routing application structure has been refactored to the following structure : sr ---- app ---- web web folder contains the rest cli implementations while app folder contains everything else. Originally I tried to split the application in api / app / web, where api would contain all the interfaces. However, that was not possible due to the fact that most of the classes do not implement any interfaces and app -- api would result in circular dependencies and we would not be able to build them. Change-Id: Ifaaeefe2c5061c8457924ccd01678fb18966c44f
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.