use new PVE::API2::Firewall::CT class

This commit is contained in:
Dietmar Maurer 2014-05-26 08:31:44 +02:00
parent b63d3c4170
commit 05adc1414d

View File

@ -502,7 +502,7 @@ __PACKAGE__->register_method({
}});
__PACKAGE__->register_method ({
subclass => "PVE::API2::Firewall::VM",
subclass => "PVE::API2::Firewall::CT",
path => '{vmid}/firewall',
});