From be9e79cc7c2a6a7a471cc897809a9b782c7b7779 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 22 Mar 2018 07:13:53 +0100 Subject: 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 --- .../src/main/yang/interface-role@2017-06-15.yang | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'interface-role') 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 + Mailing List "; + + 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"; } -- cgit 1.2.3-korg