diff options
Diffstat (limited to 'src/PVE/Network/SDN/Zones/Plugin.pm')
| -rw-r--r-- | src/PVE/Network/SDN/Zones/Plugin.pm | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/src/PVE/Network/SDN/Zones/Plugin.pm b/src/PVE/Network/SDN/Zones/Plugin.pm index 247d0b2..26cc0da 100644 --- a/src/PVE/Network/SDN/Zones/Plugin.pm +++ b/src/PVE/Network/SDN/Zones/Plugin.pm @@ -361,4 +361,11 @@ sub datacenter_config {      return PVE::Cluster::cfs_read_file('datacenter.cfg');  } + +sub get_mtu { +    my ($class, $plugin_config) = @_; + +    die "please implement inside plugin"; +} +  1;  | 
