]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Plugin.pm
add controller_reload
[pve-network.git] / PVE / Network / SDN / Plugin.pm
index 605fd0602890cdd01aa9056d9f9ff718729b81ad..0c6eaf0ef143da8f78f7c8ad27de8e409442a0d2 100644 (file)
@@ -88,6 +88,12 @@ sub write_controller_config {
     die "please implement inside plugin";
 }
 
+sub controller_reload {
+    my ($class) = @_;
+
+    die "please implement inside plugin";
+}
+
 sub on_delete_hook {
     my ($class, $sndid, $scfg) = @_;