Add flexible mount point naming strategy
[netconf.git] / netconf / callhome-model / src / main / yang / odl-netconf-callhome-server.yang
index 52a9b0f4c34985ca60e40361dbdfc7e0c655bd26..4a4d168316538e3c40633fa046df7335acb52792 100644 (file)
@@ -43,6 +43,15 @@ module odl-netconf-callhome-server {
         type boolean;
         default false;
       }
+
+      leaf mount-point-naming-strategy {
+        type enumeration {
+            enum IP_PORT;
+            enum IP_ONLY;
+        }
+        default IP_PORT;
+        description "Mount name will be chosen as per this strategy in the absence of per device settings. Default is IP_PORT";
+      }
     }
 
     container allowed-devices {