X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rwcal%2Fplugins%2Fyang%2Frwcal.yang;fp=rwcal%2Fplugins%2Fyang%2Frwcal.yang;h=37a9f18e333aaa59a5e572a2c6a678360b60673a;hb=55e01f61d558380f6cc8b34a2d7834819371defd;hp=76bd38b37cb5c42b73cb1a198fea11e6ee85b37b;hpb=2d3f1023ac94d9c19115c0b63ce85ae7a8598517;p=osm%2FSO.git diff --git a/rwcal/plugins/yang/rwcal.yang b/rwcal/plugins/yang/rwcal.yang index 76bd38b3..37a9f18e 100644 --- a/rwcal/plugins/yang/rwcal.yang +++ b/rwcal/plugins/yang/rwcal.yang @@ -43,6 +43,10 @@ module rwcal prefix "manotypes"; } + import ietf-inet-types { + prefix "inet"; + } + revision 2014-12-30 { description "Initial revision."; @@ -972,6 +976,11 @@ module rwcal type string; } + leaf static-ip-address { + description "Static IP address for the connection point"; + type inet:ip-address; + } + uses connection-point-type; } @@ -1049,6 +1058,11 @@ module rwcal default false; } + leaf static-ip-address { + description "Static IP address for the connection point"; + type inet:ip-address; + } + uses connection-point-type; }