diff options
Diffstat (limited to 'PVE/Network/SDN/Controllers/Plugin.pm')
| -rw-r--r-- | PVE/Network/SDN/Controllers/Plugin.pm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/PVE/Network/SDN/Controllers/Plugin.pm b/PVE/Network/SDN/Controllers/Plugin.pm index 06cd576..0c92b17 100644 --- a/PVE/Network/SDN/Controllers/Plugin.pm +++ b/PVE/Network/SDN/Controllers/Plugin.pm @@ -70,7 +70,14 @@ sub generate_sdn_config { } sub generate_controller_config { - my ($class, $plugin_config, $controller, $id, $uplinks, $config) = @_; + my ($class, $plugin_config, $controller_cfg, $id, $uplinks, $config) = @_; + + die "please implement inside plugin"; +} + + +sub generate_controller_zone_config { + my ($class, $plugin_config, $controller, $controller_cfg, $id, $uplinks, $config) = @_; die "please implement inside plugin"; } |
