> in API2/Firewall/VM.pm
>
> $class->register_method({
> name => 'get_options',
> ....
> my $vmfw_conf = PVE::Firewall::load_vmfw_conf($rule_env, $param->{vmid});
>
>
> $vmfw_conf is empty ...
Oh - I see. Seems I introduced that bug today. I will fix tomorrow.