diff options
Diffstat (limited to 'PVE/Network/SDN/Controllers/Plugin.pm')
| -rw-r--r-- | PVE/Network/SDN/Controllers/Plugin.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PVE/Network/SDN/Controllers/Plugin.pm b/PVE/Network/SDN/Controllers/Plugin.pm index 0c92b17..8b5bd4f 100644 --- a/PVE/Network/SDN/Controllers/Plugin.pm +++ b/PVE/Network/SDN/Controllers/Plugin.pm @@ -87,6 +87,12 @@ sub generate_controller_vnet_config { } +sub generate_controller_rawconfig { + my ($class, $plugin_config, $config) = @_; + + die "please implement inside plugin"; +} + sub write_controller_config { my ($class, $plugin_config, $config) = @_; |
