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]