diff options
| author | Alexandre Derumier <aderumier@odiso.com> | 2020-12-09 16:11:18 +0100 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2020-12-18 18:02:47 +0100 |
| commit | 9cef13e929a79fbbabcde5ce98aad80025696f0e (patch) | |
| tree | 1b66b6df773269300e37d825803b49b983f3d6cd /PVE/Network/SDN/Controllers/Plugin.pm | |
| parent | fdf22d5f6b6c1ba5e61c1222e2548f236da47a1b (diff) | |
controllers: add generate_controller_rawconfig
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
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) = @_; |
