naming-context-api: update description of yang modules 93/11493/1
authorMarek Gradzki <mgradzki@cisco.com>
Tue, 3 Apr 2018 12:30:02 +0000 (14:30 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Tue, 3 Apr 2018 12:30:02 +0000 (14:30 +0200)
Change-Id: Ibe4a45d8c775f957d7e7d2ab215c7e483f1bc011
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
vpp-common/naming-context-api/src/main/yang/multi-naming-context@2016-04-11.yang
vpp-common/naming-context-api/src/main/yang/naming-context@2016-05-13.yang

index 846b256..96b0b02 100644 (file)
@@ -21,8 +21,8 @@ module multi-naming-context {
     description
         "This module contains data definition for naming multi-mapping context.
 
-         Multi-naming context provides mapping between string names used in YANG models
-         and integer indices used by VPP.
+         Multi-naming context provides one-to-many mapping
+         between string names used in YANG models and integer indices used by VPP.
 
          The mapping is managed internally by the HC plugins.
          It is exposed as operational state data for debugging purposes.
@@ -45,7 +45,6 @@ module multi-naming-context {
         description
             "Initial revision.";
     }
-    // TODO(HC2VPP-296): move to routing plugin
 
     grouping multi-naming-contexts-attributes {
         container multi-naming-contexts {
index 5720a41..1175dad 100644 (file)
@@ -13,8 +13,8 @@ module naming-context {
     description
         "This module contains data definition for naming mapping context.
 
-         Naming context provides mapping between string names used in YANG models
-         and integer indices used by VPP.
+         Naming context provides one-to-one mapping
+         between string names used in YANG models and integer indices used by VPP.
 
          The mapping is managed internally by the HC plugins.
          It is exposed as operational state data for debugging purposes.