remove dhcp failed yang
[unimgr.git] / legato-api / src / main / yang / unimgr-dhcp.yang
index 048494406793b85b1bb5f9f3144ffd4d8c1a1424..26f75bd7d3ffd73ac74bc591980742724b81dd55 100644 (file)
@@ -10,7 +10,6 @@ module unimgr-dhcp {
         description "It provides required datastore containers to handle DHCP requests
             coming from access or external tunnel ports";
     }
-
     container unimgr-dhcp {
         config true;
         description "contains non-neutron DHCP allocation";
@@ -20,7 +19,8 @@ module unimgr-dhcp {
                 description "unimgr network id";
                 type string;
             }
-            uses dhcp:dhcp_allocations;
         }
     }
 }
+
+