Bump versions by x.y.(z+1)
[unimgr.git] / legato-api / src / main / yang / mef-services.yang
index 8a23c835f0765b46f4b658d50d48b5524a17ac15..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;
                 }