Skip to content

Commit

Permalink
Merge pull request #3354 from sever-sever/T6217
Browse files Browse the repository at this point in the history
T6217: Conntrack-sync change the actual name of the script
  • Loading branch information
c-po authored Apr 23, 2024
2 parents 5486417 + 7efe245 commit 2a3be9d
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 2a3be9d

Please sign in to comment.