From 0db92863c33d845bb2f9cd7acc2889632b380f98 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 14 Nov 2025 21:20:15 -0500 Subject: [PATCH] reboot: add BGP integration --- reboot | 1 + 1 file changed, 1 insertion(+) diff --git a/reboot b/reboot index cb760cb..cd315ee 100755 --- a/reboot +++ b/reboot @@ -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