commit | cd3395992d66ccdf65f8a341fd1abd816ccc7466 | [log] [tgz] |
---|---|---|
author | Andreas Pantelopoulos <andreas@opennetworking.org> | Fri Feb 23 14:18:00 2018 -0800 |
committer | Ray Milkey <ray@opennetworking.org> | Tue Feb 27 00:24:24 2018 +0000 |
tree | 9d2df86f6f6334303c500e32b7c13ee47f0b8ae0 | |
parent | a9ae6e662c43551a79bfff3ac5d0ddd8ed620ad9 [diff] |
REST API for pseudowire addition / deletion. Refactored pseudowire code to use REST in order to add or delete pseudowires individually. Previous implementation used the network configuration, which is now completely removed from the code. Further, I re-organized the code and create a utility class that holds all the necessary functionality for verifying pseudowires. Further, I removed all mastership checks in the pw code since now a specific pseudowire creation is sent to a single instance, which will handle the call. Change-Id: I1eb5e7cc7730ad792ea84dd389475768153e2b68
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.