summaryrefslogtreecommitdiff
path: root/src/PVE/Network/SDN/Ipams/PVEPlugin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/PVE/Network/SDN/Ipams/PVEPlugin.pm')
-rw-r--r--src/PVE/Network/SDN/Ipams/PVEPlugin.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/PVE/Network/SDN/Ipams/PVEPlugin.pm b/src/PVE/Network/SDN/Ipams/PVEPlugin.pm
index 742f1b1..59ad4ea 100644
--- a/src/PVE/Network/SDN/Ipams/PVEPlugin.pm
+++ b/src/PVE/Network/SDN/Ipams/PVEPlugin.pm
@@ -82,6 +82,11 @@ sub add_subnet {
die "$@" if $@;
}
+sub update_subnet {
+ my ($class, $plugin_config, $subnetid, $subnet, $old_subnet, $noerr) = @_;
+ # we don't need to do anything on update
+}
+
sub only_gateway_remains {
my ($ips) = @_;