From 5e726ea9dbe751e3d625b9868f17b57dd7f7d978 Mon Sep 17 00:00:00 2001 From: David Goldberg Date: Sun, 12 Mar 2017 10:43:03 +0200 Subject: [PATCH] added security group ref to unimgr Change-Id: I60a0c4fbdb8f5f823e354de59d5a82daeda3756b Signed-off-by: David Goldberg --- legato-api/src/main/yang/mef-interfaces.yang | 1 + legato-api/src/main/yang/mef-services.yang | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/legato-api/src/main/yang/mef-interfaces.yang b/legato-api/src/main/yang/mef-interfaces.yang index 9fcc41c0..7c43c67b 100644 --- a/legato-api/src/main/yang/mef-interfaces.yang +++ b/legato-api/src/main/yang/mef-interfaces.yang @@ -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 { diff --git a/legato-api/src/main/yang/mef-services.yang b/legato-api/src/main/yang/mef-services.yang index 8a23c835..774cafe7 100644 --- a/legato-api/src/main/yang/mef-services.yang +++ b/legato-api/src/main/yang/mef-services.yang @@ -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; } -- 2.36.6