]> git.proxmox.com Git - pve-manager.git/commitdiff
sdn: regenerate DHCP config on reload
authorStefan Hanreich <s.hanreich@proxmox.com>
Fri, 17 Nov 2023 11:39:55 +0000 (12:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Nov 2023 19:27:38 +0000 (20:27 +0100)
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
PVE/API2/Network.pm

index 00d964a79fa834a3cd41ccf7013d4224443f7597..f39f04f52a2eac91ce1fb1e2ef13f4dc547f8de7 100644 (file)
@@ -660,6 +660,7 @@ __PACKAGE__->register_method({
 
            if ($have_sdn) {
                PVE::Network::SDN::generate_zone_config();
+               PVE::Network::SDN::generate_dhcp_config();
            }
 
            my $err = sub {