summaryrefslogtreecommitdiff
path: root/PVE/Network/SDN/Controllers/Plugin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'PVE/Network/SDN/Controllers/Plugin.pm')
-rw-r--r--PVE/Network/SDN/Controllers/Plugin.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/PVE/Network/SDN/Controllers/Plugin.pm b/PVE/Network/SDN/Controllers/Plugin.pm
index b035492..639caca 100644
--- a/PVE/Network/SDN/Controllers/Plugin.pm
+++ b/PVE/Network/SDN/Controllers/Plugin.pm
@@ -12,8 +12,9 @@ use PVE::JSONSchema qw(get_standard_option);
use base qw(PVE::SectionConfig);
PVE::Cluster::cfs_register_file('sdn/controllers.cfg',
- sub { __PACKAGE__->parse_config(@_); },
- sub { __PACKAGE__->write_config(@_); });
+ sub { __PACKAGE__->parse_config(@_); },
+ sub { __PACKAGE__->write_config(@_); }
+);
PVE::JSONSchema::register_standard_option('pve-sdn-controller-id', {
description => "The SDN controller object identifier.",