added security group ref to unimgr 91/53191/1
authorDavid Goldberg <gdavid@hpe.com>
Sun, 12 Mar 2017 08:43:03 +0000 (10:43 +0200)
committerDavid Goldberg <gdavid@hpe.com>
Sun, 12 Mar 2017 08:44:12 +0000 (10:44 +0200)
Change-Id: I60a0c4fbdb8f5f823e354de59d5a82daeda3756b
Signed-off-by: David Goldberg <gdavid@hpe.com>
legato-api/src/main/yang/mef-interfaces.yang
legato-api/src/main/yang/mef-services.yang

index 9fcc41c03c173556b31e01927ccac020d8b8b254..7c43c67bab66db5584feeb088afdfd058e2c05cf 100644 (file)
@@ -117,6 +117,7 @@ module mef-interfaces {
           list ip-uni {
             key "ip-uni-id";
             leaf ip-uni-id {
+                            description "";
               type mef-types:identifier45;
             }
             leaf ip-address {
index 8a23c835f0765b46f4b658d50d48b5524a17ac15..774cafe7290273dbca0e520bdc0668ea1033aa82 100644 (file)
@@ -86,6 +86,14 @@ module mef-services {
                                         "mef-interfaces:uni-id";
                   }
                 }
+                leaf-list security-groups {
+                    type mef-types:identifier45;
+                    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 mef-types:identifier45;
+                    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;
                 }