clean yang files
[transportpce.git] / ordmodels / device / src / main / yang / org-openroadm-lldp@2016-10-14.yang
index 25f264ea56ee74b8001e621dd2214db7e0bdb84f..08b2a16e819ab97d9311dfd57b83b197e51e10b3 100644 (file)
@@ -25,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 ";
 
@@ -171,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 {
@@ -259,9 +259,9 @@ module org-openroadm-lldp {
             type string;
             description
               "Ethernet interface name where LLDP runs";
-          }                               
+          }
           uses nbr-info-grp;
-        }                             
+        }
       }
     }
   }
@@ -282,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;
@@ -300,5 +300,5 @@ module org-openroadm-lldp {
     leaf event-time {
       type yang:date-and-time;
     }
-  }                    
+  }
 }