summaryrefslogtreecommitdiff
path: root/PVE/Network/SDN/Zones/VlanPlugin.pm
diff options
context:
space:
mode:
authorAlexandre Derumier <aderumier@odiso.com>2019-11-26 10:00:24 +0100
committerThomas Lamprecht <t.lamprecht@proxmox.com>2019-11-26 12:33:40 +0100
commitfa253735a4dd1023e5c110d804ac5a2cce2aaea6 (patch)
tree0b2ce0dc8822606ab37ecbea370fe359552441d7 /PVE/Network/SDN/Zones/VlanPlugin.pm
parentc2b9c1734f900d8e3edf906124c8383ec22dc508 (diff)
rename frrevpn controller plugin to evpn plugin
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Diffstat (limited to 'PVE/Network/SDN/Zones/VlanPlugin.pm')
-rw-r--r--PVE/Network/SDN/Zones/VlanPlugin.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/PVE/Network/SDN/Zones/VlanPlugin.pm b/PVE/Network/SDN/Zones/VlanPlugin.pm
index 39f103e..2dd65e9 100644
--- a/PVE/Network/SDN/Zones/VlanPlugin.pm
+++ b/PVE/Network/SDN/Zones/VlanPlugin.pm
@@ -80,11 +80,6 @@ sub on_delete_hook {
}
}
-sub on_update_hook {
- my ($class, $transportid, $sdn_cfg) = @_;
-
-}
-
1;