reboot: add BGP integration

This commit is contained in:
Daniel Micay 2025-11-14 21:20:15 -05:00
parent 209b1b5def
commit c7276bdc2d

1
reboot
View file

@ -20,6 +20,7 @@ for host in ${hosts[@]}; do
echo $host
echo
ssh root@$host 'systemctl is-active bird.service >/dev/null && systemctl stop bird.service && sleep 5'
systemctl -H $host reboot
sleep $2