fix(api): update logging in evofw-firewall.sh to reflect default action
Build and Push EvoFirewall Docker Image / build-and-push (push) Successful in 1m47s
Build and Push EvoFirewall Docker Image / create-release (push) Skipped

- Modified the logging statement in `evofw-firewall.sh` to include `default_action` instead of `mode`, ensuring accurate reporting of the applied action during firewall configuration.
- This change enhances clarity in the logs, providing better insights into the firewall's operational state.
This commit is contained in:
Denozordec
2026-07-23 20:06:39 +07:00
parent 69e903aa1b
commit d43aaf12b9
+1 -1
View File
@@ -247,5 +247,5 @@ case "$BACKEND" in
esac
echo "$HASH" >"$HASH_FILE"
log "applied mode=$MODE count=$APPLIED method=$KERNEL_METHOD"
log "applied default_action=$DEFAULT_ACTION count=$APPLIED method=$KERNEL_METHOD"
send_report