Skip to content

Commit

Permalink
Merge pull request #3356 from vyos/mergify/bp/sagitta/pr-3354
Browse files Browse the repository at this point in the history
T6217: Conntrack-sync change the actual name of the script (backport #3354)
  • Loading branch information
c-po authored Apr 23, 2024
2 parents 50dd922 + 580f49d commit b472397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/vyos-vrrp-conntracksync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LOGCMD="logger -t $TAG -p $FACILITY.$LEVEL"
VRRP_GRP="VRRP sync-group [$2]"
FAILOVER_STATE="/var/run/vyatta-conntrackd-failover-state"

$LOGCMD "vyatta-vrrp-conntracksync invoked at `date`"
$LOGCMD "vyos-vrrp-conntracksync invoked at `date`"

if ! systemctl is-active --quiet conntrackd.service; then
echo "conntrackd service not running"
Expand Down Expand Up @@ -148,7 +148,7 @@ case "$1" in
*)
echo UNKNOWN at `date` > $FAILOVER_STATE
$LOGCMD "ERROR: `uname -n` unknown state transition for $VRRP_GRP"
echo "Usage: vyatta-vrrp-conntracksync.sh {master|backup|fault}"
echo "Usage: vyos-vrrp-conntracksync.sh {master|backup|fault}"
exit 1
;;
esac
Expand Down

0 comments on commit b472397

Please sign in to comment.