diff options
Diffstat (limited to 'PVE/API2/Network/SDN/Subnets.pm')
| -rw-r--r-- | PVE/API2/Network/SDN/Subnets.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PVE/API2/Network/SDN/Subnets.pm b/PVE/API2/Network/SDN/Subnets.pm index 3c958bd..e122ffd 100644 --- a/PVE/API2/Network/SDN/Subnets.pm +++ b/PVE/API2/Network/SDN/Subnets.pm @@ -147,7 +147,6 @@ __PACKAGE__->register_method ({ PVE::Network::SDN::SubnetPlugin->on_update_hook($id, $opts); PVE::Network::SDN::Subnets::write_config($cfg); - PVE::Network::SDN::increase_version(); }, "create sdn subnet object failed"); @@ -187,7 +186,6 @@ __PACKAGE__->register_method ({ PVE::Network::SDN::SubnetPlugin->on_update_hook($id, $opts, $scfg); PVE::Network::SDN::Subnets::write_config($cfg); - PVE::Network::SDN::increase_version(); }, "update sdn subnet object failed"); @@ -241,7 +239,6 @@ __PACKAGE__->register_method ({ delete $cfg->{ids}->{$id}; PVE::Network::SDN::Subnets::write_config($cfg); - PVE::Network::SDN::increase_version(); }, "delete sdn subnet object failed"); |
