Porting Tristate logic to SAL Connection Service and make use of it in Inventory...
[controller.git] / opendaylight / sal / connection / api / src / main / java / org / opendaylight / controller / sal / connection / IPluginOutConnectionService.java
index 456acf016684cdfa4ece97918c03c89240c26bf2..16e215444eecdb1f9e63b9e8f5691e57ba18cdf6 100644 (file)
@@ -22,4 +22,6 @@ public interface IPluginOutConnectionService {
      * @return true if node is local to this controller. false otherwise.
      */
     public boolean isLocal(Node node);
      * @return true if node is local to this controller. false otherwise.
      */
     public boolean isLocal(Node node);
+
+    public ConnectionLocality getLocalityStatus(Node node);
 }
\ No newline at end of file
 }
\ No newline at end of file