Bump versions by x.y.(z+1)
[unimgr.git] / legato-api / src / main / yang / mef-services.yang
index b0237594ff022a76d1222bc65deb5b42a1b63983..869fb24a458e3356471497ae7fd3ebc3ccde3b92 100644 (file)
@@ -86,6 +86,14 @@ module mef-services {
                                         "mef-interfaces:uni-id";
                   }
                 }
+                leaf-list security-groups {
+                    type yang:uuid;
+                    description "The security group ID to associate with this interface.";
+                }
+                leaf port-security-enabled {
+                    type boolean;
+                    description "The port security status. The status is enabled (true) or disabled (false).";
+                }
                 leaf ip-uni-id {
                   type mef-types:identifier45;
                 }
@@ -683,6 +691,14 @@ module mef-services {
                     }
                   }
                 }
+                leaf-list security-groups {
+                    type yang:uuid;
+                    description "The security group ID to associate with this interface.";
+                }
+                leaf port-security-enabled {
+                    type boolean;
+                    description "The port security status. The status is enabled (true) or disabled (false).";
+                }
                 leaf ingress-bw-profile {
                     type mef-types:identifier45;
                 }
@@ -1609,11 +1625,16 @@ module mef-services {
         }
       }
       leaf svc-id {
-        type mef-types:retail-svc-id-type;
-        description
-                "The MEF Service ID is a simple key used to " +
-                "distinguish MEF Service Configuration Groups.";
-        reference "[MEF10.3] Section 7.";
+          type mef-types:retail-svc-id-type;
+          description
+                  "The MEF Service ID is a simple key used to " +
+                  "distinguish MEF Service Configuration Groups.";
+          reference "[MEF10.3] Section 7.";
+        }
+      leaf name {
+          type mef-types:identifier45;
+          description
+                  "The MEF Service name.";
       }
       leaf sp-id {
         when "/mef-global:mef-global/mef-global:svc-providers" {