Commit 75bc291
committed
feat: Add offline backend to firewall_lib
Add a new `firewall-offline-cmd` backend, which gets selected with the
new `online: false` module option (same as firewall_lib_facts). That
only supports `permanent` mode, not `runtime`.
This backend will be used during container builds.
Note: In principle this backend *could* be used for permanent+runtime as
well, if it does a service reload at the end. But there's still the
(pathological, but currently supported) "only runtime" case, so we need
the online backend anyway unless we want to deprecate runtime-only mode.1 parent 42ead72 commit 75bc291
2 files changed
+902
-28
lines changed
0 commit comments