X-Git-Url: https://git.proxmox.com/?p=pve-network.git;a=blobdiff_plain;f=PVE%2FAPI2%2FNetwork%2FSDN.pm;fp=PVE%2FAPI2%2FNetwork%2FSDN.pm;h=7292257ebbecf4b6527bf1f5f3244380fca9935d;hp=4aef654e498670f0de3a8a11a5b6f378b3a7fd38;hb=3926d9a7b6b235e7f07313ce8bd9086bd0405bac;hpb=f6f2aa1643cc4598fe72362c1318a77814c9a60a diff --git a/PVE/API2/Network/SDN.pm b/PVE/API2/Network/SDN.pm index 4aef654..7292257 100644 --- a/PVE/API2/Network/SDN.pm +++ b/PVE/API2/Network/SDN.pm @@ -14,7 +14,6 @@ use PVE::Tools qw(run_command); use PVE::API2::Network::SDN::Controllers; use PVE::API2::Network::SDN::Vnets; use PVE::API2::Network::SDN::Zones; -use PVE::API2::Network::SDN::Subnets; use PVE::API2::Network::SDN::Ipams; use PVE::API2::Network::SDN::Dns; @@ -35,11 +34,6 @@ __PACKAGE__->register_method ({ path => 'controllers', }); -__PACKAGE__->register_method ({ - subclass => "PVE::API2::Network::SDN::Subnets", - path => 'subnets', -}); - __PACKAGE__->register_method ({ subclass => "PVE::API2::Network::SDN::Ipams", path => 'ipams', @@ -79,7 +73,6 @@ __PACKAGE__->register_method({ { id => 'vnets' }, { id => 'zones' }, { id => 'controllers' }, - { id => 'subnets' }, { id => 'ipams' }, { id => 'dns' }, ];