X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=ordmodels%2Fdevice%2Fsrc%2Fmain%2Fyang%2Forg-openroadm-lldp%402016-10-14.yang;fp=ordmodels%2Fdevice%2Fsrc%2Fmain%2Fyang%2Forg-openroadm-lldp%402016-10-14.yang;h=25f264ea56ee74b8001e621dd2214db7e0bdb84f;hb=b61c699f055fdf780aaf0b4b0d1fc82074099f96;hp=d7813304a939c7d5ca892021b2f8f22e7edb8f66;hpb=abbca95c8944ec742d71bd87d2363c9c00c41844;p=transportpce.git diff --git a/ordmodels/device/src/main/yang/org-openroadm-lldp@2016-10-14.yang b/ordmodels/device/src/main/yang/org-openroadm-lldp@2016-10-14.yang index d7813304a..25f264ea5 100644 --- a/ordmodels/device/src/main/yang/org-openroadm-lldp@2016-10-14.yang +++ b/ordmodels/device/src/main/yang/org-openroadm-lldp@2016-10-14.yang @@ -7,12 +7,14 @@ module org-openroadm-lldp { } import org-openroadm-device { prefix org-openroadm-device; + revision-date 2017-02-06; } import iana-afn-safi { prefix ianaaf; } import org-openroadm-resource-types { prefix org-openroadm-resource-types; + revision-date 2016-10-14; } import ietf-yang-types { prefix yang; @@ -23,38 +25,38 @@ module org-openroadm-lldp { "OpenROADM.org"; description "YANG definitions for lldp protocol. - - Copyright of the Members of the Open ROADM MSA Agreement dated (c) 2016, + + Copyright of the Members of the Open ROADM MSA Agreement dated (c) 2016, AT&T Intellectual Property. All other rights reserved. - - Redistribution and use in source and binary forms, with or without modification, + + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this + + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation and/or + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the Members of the Open ROADM MSA Agreement nor the names of its - contributors may be used to endorse or promote products derived from this software + * Neither the Members of the Open ROADM MSA Agreement nor the names of its + contributors may be used to endorse or promote products derived from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE MEMBERS OF THE OPEN ROADM MSA AGREEMENT ''AS IS'' - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - IN NO EVENT THE MEMBERS OF THE OPEN ROADM MSA AGREEMENT BE LIABLE FOR ANY DIRECT, - INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, - OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + + THIS SOFTWARE IS PROVIDED BY THE MEMBERS OF THE OPEN ROADM MSA AGREEMENT ''AS IS'' + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT THE MEMBERS OF THE OPEN ROADM MSA AGREEMENT BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."; revision 2016-10-14 { description "Version 1.2"; } - grouping nbr-info-grp { + grouping nbr-info-grp { description "Display LLDP Neighbour "; @@ -169,13 +171,13 @@ module org-openroadm-lldp { } description "Chassis ID Subtype Enumeration"; - } + } leaf remoteChassisId { type string; description "remote neighbour Chassis Id"; - } - } + } + } grouping lldp-container { container lldp { @@ -257,9 +259,9 @@ module org-openroadm-lldp { type string; description "Ethernet interface name where LLDP runs"; - } + } uses nbr-info-grp; - } + } } } } @@ -280,17 +282,17 @@ module org-openroadm-lldp { remoteChassisId All of the above attributes are sent in event"; leaf notification-type { - type org-openroadm-resource-types:resource-notification-type; + type org-openroadm-resource-types:resource-notification-type; } leaf resource-type { type org-openroadm-resource-types:resource-type-enum; - description - "resource-type for this notification is interface"; + description + "resource-type for this notification is interface"; } - leaf resource { + leaf resource { type string; - description - "resource interface-name"; + description + "resource interface-name"; } container nbr-info { uses nbr-info-grp; @@ -298,5 +300,5 @@ module org-openroadm-lldp { leaf event-time { type yang:date-and-time; } - } + } }