commit | 4e6d8b2d943e33929dcec544294e6171b7c59f64 | [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 11:34:39 2018 -0800 |
tree | b20db3ade8b2d45ef968943d661ae1f4e9778d7c | |
parent | 1e61db58f94124607e76e01db80185ec7c18e9ec [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.