From d454620886abaf81405931260af4d58287ff2f21 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 22 Mar 2018 07:58:36 +0100 Subject: l3: update yang model metadata Adds organization and contact statements. Includes copyright in the module description. Change-Id: I1ae330d878e929025e034f6ac79537167e6f0aaf Signed-off-by: Marek Gradzki --- l3/api/src/main/yang/nd-proxy@2017-03-15.yang | 24 ++++++++++++++++++++++++ l3/api/src/main/yang/proxy-arp@2017-03-15.yang | 25 ++++++++++++++++++++++++- 2 files changed, 48 insertions(+), 1 deletion(-) (limited to 'l3/api/src') diff --git a/l3/api/src/main/yang/nd-proxy@2017-03-15.yang b/l3/api/src/main/yang/nd-proxy@2017-03-15.yang index 9567b5e3c..8903f91ce 100644 --- a/l3/api/src/main/yang/nd-proxy@2017-03-15.yang +++ b/l3/api/src/main/yang/nd-proxy@2017-03-15.yang @@ -16,6 +16,30 @@ module nd-proxy { prefix "ext"; } + organization + "FD.io - The Fast Data Project"; + + contact + "Hc2vpp Wiki + Mailing List "; + + description + "Neighbour discovery proxy model for VPP. + + Copyright (c) 2017 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-03-15" { description "Initial revision of neighbour discovery proxy model for VPP"; } diff --git a/l3/api/src/main/yang/proxy-arp@2017-03-15.yang b/l3/api/src/main/yang/proxy-arp@2017-03-15.yang index 5b3c69f98..fb0f5e1da 100644 --- a/l3/api/src/main/yang/proxy-arp@2017-03-15.yang +++ b/l3/api/src/main/yang/proxy-arp@2017-03-15.yang @@ -3,7 +3,6 @@ module proxy-arp { namespace "urn:opendaylight:params:xml:ns:yang:vpp:proxy:arp"; prefix "proxy-arp"; - import ietf-inet-types { prefix "inet"; } @@ -14,6 +13,30 @@ module proxy-arp { prefix "ext"; } + organization + "FD.io - The Fast Data Project"; + + contact + "Hc2vpp Wiki + Mailing List "; + + description + "Proxy ARP model for VPP. + + Copyright (c) 2017 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-03-15" { description "Initial revision of proxy ARP model for VPP"; } -- cgit 1.2.3-korg