diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-03-22 07:58:36 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-03-22 07:59:49 +0100 |
commit | d454620886abaf81405931260af4d58287ff2f21 (patch) | |
tree | 3c62ede7143de1f5e66c1e0a708685d7d989b37f /l3/api/src/main | |
parent | 5c1af00afe0c76419edaaa80a4462f7b32b0cc17 (diff) |
l3: update yang model metadata
Adds organization and contact statements.
Includes copyright in the module description.
Change-Id: I1ae330d878e929025e034f6ac79537167e6f0aaf
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'l3/api/src/main')
-rw-r--r-- | l3/api/src/main/yang/nd-proxy@2017-03-15.yang | 24 | ||||
-rw-r--r-- | l3/api/src/main/yang/proxy-arp@2017-03-15.yang | 25 |
2 files changed, 48 insertions, 1 deletions
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 <https://wiki.fd.io/view/Hc2vpp> + Mailing List <hc2vpp@lists.fd.io>"; + + 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 <https://wiki.fd.io/view/Hc2vpp> + Mailing List <hc2vpp@lists.fd.io>"; + + 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"; } |