From 5aa18ee6a61c0ac76c4c6a0fe767ce4f610f7597 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 22 Mar 2018 14:55:10 +0100 Subject: 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 --- acl/acl-api/src/main/yang/interface-acl@2016-12-14.yang | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'acl/acl-api/src/main/yang/interface-acl@2016-12-14.yang') 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 "; 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 -- cgit 1.2.3-korg