diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-03-22 14:55:10 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-03 13:39:28 +0200 |
commit | 5aa18ee6a61c0ac76c4c6a0fe767ce4f610f7597 (patch) | |
tree | 2eeeace0bb14f76a3802c27419fc94cc10406e24 /acl/acl-api/src/main/yang/interface-acl@2016-12-14.yang | |
parent | 8e00316d48d1424f311b9da653521f0adbc3f7f7 (diff) |
Update metadata of hc2vpp YANG models
Adds organization and contact statements.
Includes copyright in the description of modules.
Fixes minor formatting issues.
Change-Id: I9fa90c24e956d5cb2c3fde8621ed289f383501ac
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'acl/acl-api/src/main/yang/interface-acl@2016-12-14.yang')
-rw-r--r-- | acl/acl-api/src/main/yang/interface-acl@2016-12-14.yang | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/acl/acl-api/src/main/yang/interface-acl@2016-12-14.yang b/acl/acl-api/src/main/yang/interface-acl@2016-12-14.yang index a54e3d8d4..f051830fe 100644 --- a/acl/acl-api/src/main/yang/interface-acl@2016-12-14.yang +++ b/acl/acl-api/src/main/yang/interface-acl@2016-12-14.yang @@ -23,7 +23,9 @@ module interface-acl { Mailing List <hc2vpp@lists.fd.io>"; description - "Provides augmentations to ietf-interfaces model for assigning ACLs via ACL plugin of VPP. + "This module contains a collection of YANG definitions for + applying ACLs on VPP interfaces. + Uses ACL implementation provided by ACL plugin of VPP. Copyright (c) 2016 Cisco and/or its affiliates. @@ -43,7 +45,7 @@ module interface-acl { description "Initial revision of interface-acl model"; } - grouping vpp-acls-base-attributes { + grouping vpp-acls-base-attributes { description "List of ACLs of vpp-acl type"; // TODO(HC2VPP-201): express constraint in the model if possible list vpp-acls { @@ -61,7 +63,7 @@ module interface-acl { } } - grouping vpp-macip-acls-base-attributes { + grouping vpp-macip-acls-base-attributes { container vpp-macip-acl { description "ACL of vpp-macip-acl type"; // TODO(HC2VPP-201): express constraint in the model if possible |