summaryrefslogtreecommitdiffstats
path: root/interface-role
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-03-22 07:13:53 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-03-22 07:14:53 +0100
commitbe9e79cc7c2a6a7a471cc897809a9b782c7b7779 (patch)
treef4affe9d2dd35885400675e025e0a5a6aa9f3472 /interface-role
parentb656920174c0b628df96c4eadcfe33b1491cedc4 (diff)
interface-role: update yang model metadata
Adds organization and contact statements. Includes copyright in the module description. Change-Id: I6f56beac1b40edbbe24a1ffc5ec0fe7fba8afbb5 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'interface-role')
-rw-r--r--interface-role/api/src/main/yang/interface-role@2017-06-15.yang25
1 files changed, 25 insertions, 0 deletions
diff --git a/interface-role/api/src/main/yang/interface-role@2017-06-15.yang b/interface-role/api/src/main/yang/interface-role@2017-06-15.yang
index d174502ec..215213d02 100644
--- a/interface-role/api/src/main/yang/interface-role@2017-06-15.yang
+++ b/interface-role/api/src/main/yang/interface-role@2017-06-15.yang
@@ -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";
}