Move SB RPCs from LISP Proto to API 01/26601/3
authorLorand Jakab <lojakab@cisco.com>
Mon, 7 Sep 2015 10:56:46 +0000 (13:56 +0300)
committerLorand Jakab <lojakab@cisco.com>
Mon, 7 Sep 2015 13:04:03 +0000 (16:04 +0300)
commitc926aaf4ccae311c0d8b8887eb27a0cc9b09d37b
tree399b24532b3493f0b1f1277227636e2b0eabe81f
parent631a85711b6cc9a2ad5341b8e74ee14743a9a712
Move SB RPCs from LISP Proto to API

The lisp-proto artifact contains the YANG model describing the LISP
protocol messages.  It also contained RPCs that are used to send those
protocol messages.  However, those RPCs are not part of the LISP
protocol itself, and this commit moves them to the API bundle.  They are
implemented the the southbound plugin.

Change-Id: I695068ba5a71db4fe3d5ae6560f03570bf9f3352
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
mappingservice/api/src/main/yang/lisp-sb.yang [new file with mode: 0644]
mappingservice/implementation/src/main/java/org/opendaylight/lispflowmapping/implementation/LispMappingService.java
mappingservice/lisp-proto/src/main/yang/lisp-proto.yang
mappingservice/southbound/src/main/java/org/opendaylight/controller/config/yang/config/lfm_mappingservice_sb/impl/LfmMappingServiceSbModule.java
mappingservice/southbound/src/main/java/org/opendaylight/lispflowmapping/southbound/LispSouthboundPlugin.java
mappingservice/southbound/src/main/java/org/opendaylight/lispflowmapping/southbound/LispSouthboundRPC.java [moved from mappingservice/southbound/src/main/java/org/opendaylight/lispflowmapping/southbound/LfmControlPlaneRpc.java with 86% similarity]