From 8ca6916fd031a77a87c91841122d9dde5fa5ea19 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 25 Mar 2025 14:30:54 +0100 Subject: [PATCH] system: two minor tweaks --- src/opnsense/service/conf/actions.d/actions_filter.conf | 2 +- src/opnsense/service/conf/actions.d/actions_interface.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/opnsense/service/conf/actions.d/actions_filter.conf b/src/opnsense/service/conf/actions.d/actions_filter.conf index 334dd368d..5647fb71e 100644 --- a/src/opnsense/service/conf/actions.d/actions_filter.conf +++ b/src/opnsense/service/conf/actions.d/actions_filter.conf @@ -151,7 +151,7 @@ message:kill pf states [kill.gateway_states] command:/sbin/pfctl -parameters: -k gateway -k %s 2>&1 && exit 0 +parameters: -k gateway -k %s 2>&1; exit 0 type:script_output message:kill pf gateway states (%s) diff --git a/src/opnsense/service/conf/actions.d/actions_interface.conf b/src/opnsense/service/conf/actions.d/actions_interface.conf index 8657ebcd3..ac7605026 100644 --- a/src/opnsense/service/conf/actions.d/actions_interface.conf +++ b/src/opnsense/service/conf/actions.d/actions_interface.conf @@ -137,7 +137,7 @@ message:reconfiguring routing command:/usr/local/bin/flock -n -E 0 -o /tmp/filter_reload_gateway.lock /usr/local/etc/rc.routing_configure alarm parameters: %s type:script -message:reconfiguring routing due to gateway alarm (%s) +message:reconfiguring routing due to gateway alarm (%s) description:Manual gateway switch [route.del]