X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fcallhome-model%2Fsrc%2Fmain%2Fyang%2Fodl-netconf-callhome-server.yang;h=4a4d168316538e3c40633fa046df7335acb52792;hb=5855a337cbe0657c8dfd9ef3fba2d2d94939965a;hp=52a9b0f4c34985ca60e40361dbdfc7e0c655bd26;hpb=3c9bfd451c6b862079a1eb5bb31ec98150b1d18f;p=netconf.git diff --git a/netconf/callhome-model/src/main/yang/odl-netconf-callhome-server.yang b/netconf/callhome-model/src/main/yang/odl-netconf-callhome-server.yang index 52a9b0f4c3..4a4d168316 100644 --- a/netconf/callhome-model/src/main/yang/odl-netconf-callhome-server.yang +++ b/netconf/callhome-model/src/main/yang/odl-netconf-callhome-server.yang @@ -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 {