You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--reload
Reload firewall rules and keep state information. Current permanent
configuration will become new runtime configuration, i.e. all
runtime only changes done until reload are lost with reload if they
have not been also in permanent configuration.
--complete-reload
Reload firewall completely, even netfilter kernel modules. This
will most likely terminate active connections, because state
information is lost. This option should only be used in case of
severe firewall problems. For example if there are state
information problems that no connection can be established with
correct firewall rules.
The text was updated successfully, but these errors were encountered:
firewalld::reload should default to use --reload to prevent killing of active connections on live servers.
https://github.com/crayfishx/puppet-firewalld/blob/master/manifests/init.pp#L85
There should probably be a firewalld::complete-reload that can be called if necessary.
The text was updated successfully, but these errors were encountered: