]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Controllers/Plugin.pm
remove .new files
[pve-network.git] / PVE / Network / SDN / Controllers / Plugin.pm
index 04eddca95e30df41702287eb5d41f83578cbe305..06cd576bcdf2344f459052f1033e3a1db3c7b482 100644 (file)
@@ -12,9 +12,6 @@ use PVE::JSONSchema qw(get_standard_option);
 use base qw(PVE::SectionConfig);
 
 PVE::Cluster::cfs_register_file('sdn/controllers.cfg',
-                                sub { __PACKAGE__->parse_config(@_); });
-
-PVE::Cluster::cfs_register_file('sdn/controllers.cfg.new',
                                 sub { __PACKAGE__->parse_config(@_); },
                                 sub { __PACKAGE__->write_config(@_); });