[pve-devel] applied: [PATCH pve-network 1/2] dhcp: make plugin types query from Dhcp.pm possible
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Jul 17 00:40:03 CEST 2025
On Fri, 11 Jul 2025 11:52:05 +0200, Hannes Duerr wrote:
> At the moment it is possible to query the Dhcp plugin types from the
> `use PVE::Network::SDN::Dhcp::Plugin` without importing
> `PVE::Network::SDN::Dhcp`. In consequence the section config is not
> created although one would have been expected it to be created.
>
> Importing `use pve::network::sdn::Dhcp` would solve the issue, but since
> this is not a nice pattern and in order to avoid such problems in the
> future, we are now making it possible to query the plugin type from
> DHCP. If you then import DHCP, the section config will be built
> correctly.
>
> [...]
Applied, thanks!
[1/2] dhcp: make plugin types query from Dhcp.pm possible
commit: e78d25b
[2/2] dhcp: remove unused SubnetPlugin import
commit: 0d455b9
More information about the pve-devel
mailing list