Refactored parsing of yang uses statement.
[yangtools.git] / yang-parser-impl / src / test / resources / model / custom.yang
index d8d6054b597b6e7a43d7cb34e194d0f479fa6880..0444b5c848bd9b00b05f446422dc95f9d5941b1a 100644 (file)
@@ -179,6 +179,7 @@ module custom {
         leaf address {
             type string;
             description "Target IP address";
+            mandatory true;
         }
         container port {
             description "Target port container";