diff options
| author | Alexandre Derumier <aderumier@odiso.com> | 2020-04-13 08:13:10 +0200 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2020-05-02 19:14:58 +0200 |
| commit | f703d2ae09b7f877c5afa23d1109426b83ed3b69 (patch) | |
| tree | 7038333f2a2cc2f17fee78fbb8c3b4f6c1f8ca4b /PVE/Network/SDN/Controllers/Plugin.pm | |
| parent | 2d4c068e0f70d2f6af50751f737c593c355e4220 (diff) | |
remove .new files
Diffstat (limited to 'PVE/Network/SDN/Controllers/Plugin.pm')
| -rw-r--r-- | PVE/Network/SDN/Controllers/Plugin.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PVE/Network/SDN/Controllers/Plugin.pm b/PVE/Network/SDN/Controllers/Plugin.pm index 04eddca..06cd576 100644 --- a/PVE/Network/SDN/Controllers/Plugin.pm +++ b/PVE/Network/SDN/Controllers/Plugin.pm @@ -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(@_); }); |
