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=d7e246d3d5500415a0b09d1337465657abccc630;hp=52a9b0f4c34985ca60e40361dbdfc7e0c655bd26;hpb=6c7dc98ecbf088276bdff9b9fadb0e1236711f8a;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 {