Change-Id: I65a25e58619c98523dfc09b5fe2c4af2f05596e4
Signed-off-by: garciaale <agarcia@whitestack.com>
prefix vnfd;
}
+ import ietf-inet-types {
+ prefix inet;
+ }
+
import common-augments {
prefix common;
}
type uint32;
}
+ leaf ip-address {
+ description
+ "IP address of the internal connection point";
+ type inet:ip-address;
+ }
+
leaf mac-address {
description
"MAC address of the interface.
augment "/vnfd:vnfd/vnfd:vdu/vnfd:int-cpd/vnfd:virtual-network-interface-requirement" {
uses extended-interface;
}
-}
\ No newline at end of file
+}