X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2Fplugins%2Fyang%2Frwcal.yang;h=310c8f52ab9e6fa12efc2ac21bfd88b6043adeef;hb=2047076c4704c759b4c840c48627b8a5691e72fa;hp=4c58f1bcab33e5eb3f87b513982e30b8d7eebe69;hpb=4f049a22f4031d0e02c40eb63e17f263b4702c1a;p=osm%2FSO.git diff --git a/rwcal/plugins/yang/rwcal.yang b/rwcal/plugins/yang/rwcal.yang index 4c58f1bc..310c8f52 100644 --- a/rwcal/plugins/yang/rwcal.yang +++ b/rwcal/plugins/yang/rwcal.yang @@ -982,6 +982,10 @@ module rwcal description "Name of the security group"; type string; } + leaf port-security-enabled { + description "Enables the port security"; + type boolean; + } uses connection-point-type; } @@ -1010,6 +1014,8 @@ module rwcal } } + uses manotypes:supplemental-boot-data; + list volumes { key "name"; @@ -1059,6 +1065,10 @@ module rwcal type boolean; default false; } + leaf port-security-enabled { + description "Enables the port security"; + type boolean; + } uses connection-point-type; } @@ -1242,6 +1252,8 @@ module rwcal description "Console URL from the VIM, if available"; } + uses manotypes:supplemental-boot-data; + list volumes { key "name"; @@ -1256,7 +1268,6 @@ module rwcal rwpb:field-string-max 64; type string; } - } }