reboot: add BGP integration

This commit is contained in:
Daniel Micay 2025-11-14 21:20:15 -05:00
parent da67af9299
commit 0db92863c3

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