Since the update to pve-firewall 3.0-21 is see this error in the log:
status update error: ebtables_restore_cmdlist: Problem with the IP address '1'.
Could track it down to commit 255698f65192e736708f123d380bbed2aa8c3eac, line:
if (my $ip = $net->{ip} && $vmfw_conf->{options}->{ipfilter}) {
which sets $ip to the result of the boolean operation.
status update error: ebtables_restore_cmdlist: Problem with the IP address '1'.
Could track it down to commit 255698f65192e736708f123d380bbed2aa8c3eac, line:
if (my $ip = $net->{ip} && $vmfw_conf->{options}->{ipfilter}) {
which sets $ip to the result of the boolean operation.