interface-role: update yang model metadata 82/11282/1
authorMarek Gradzki <mgradzki@cisco.com>
Thu, 22 Mar 2018 06:13:53 +0000 (07:13 +0100)
committerMarek Gradzki <mgradzki@cisco.com>
Thu, 22 Mar 2018 06:14:53 +0000 (07:14 +0100)
Adds organization and contact statements.
Includes copyright in the module description.

Change-Id: I6f56beac1b40edbbe24a1ffc5ec0fe7fba8afbb5
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
interface-role/api/src/main/yang/interface-role@2017-06-15.yang

index d174502..215213d 100644 (file)
@@ -12,6 +12,31 @@ module interface-role {
     prefix "ext";
   }
 
+  organization
+    "FD.io - The Fast Data Project";
+
+  contact
+    "Hc2vpp Wiki <https://wiki.fd.io/view/Hc2vpp>
+     Mailing List <hc2vpp@lists.fd.io>";
+
+  description
+    "Provides interface roles - additional metadata that can be assigned to interfaces.
+     Interface roles are visible in config DS, but not translated to VPP calls.
+
+     Copyright (c) 2017-2018 Cisco and/or its affiliates.
+
+     Licensed under the Apache License, Version 2.0 (the 'License');
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at:
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an 'AS IS' BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.";
+
   revision "2017-06-15" {
     description "Basic specification of interface roles";
   }