Actions
Refactor #18072
closed
Defer to dhcp providers for their intialization.
Description
Currently dhcp api controller makes explicit calls "load_subnet" and "load_subnet_data" to initialize dhcp provider state. Majority of providers handle their initialization outside of http request-response cycle and do not rely on those methods for intitialization.
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 0a806f31ec73efd84404eeb8496692d91f7952fa.
Actions