Hi,
I noticed the following strange behavior when configuring my firewall
$ firewall-cmd -q --permanent --zone=public --add-interface=br0
$ firewall-cmd -q --zone=public --remove-interface=br0
$ firewall-cmd -q --zone=external --add-interface=br0
$ firewall-cmd --runtime-to-permanent
Error: RT_TO_PERM_FAILED: zone 'external' :
org.fedoraproject.FirewallD1.Exception: ZONE_CONFLICT: br0
My understanding of the --runtime-to-permanent option from the manpage
is that it will simply replace the previous permanent configuration with
the runtime one so it should simply ignore the previous permanent
configuration. Am I reading the manpage wrong?
Thank you