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
Hello Markos.
On 01/27/2016 11:51 AM, Markos Chandras wrote:
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?
No, there is a bug in the code. This will be addressed soon.
Thank you _______________________________________________ firewalld-users mailing list firewalld-users@lists.fedorahosted.org https://lists.fedorahosted.org/admin/lists/firewalld-users@lists.fedorahoste...
Regards, Thomas
firewalld-users@lists.fedorahosted.org