We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f184f91 + a639ad9 commit 1908631Copy full SHA for 1908631
scripts/fast-reboot
@@ -95,8 +95,8 @@ if [[ "$REBOOT_TYPE" = "warm-reboot" ]]; then
95
fi
96
97
# Kill bgpd to start the bgp graceful restart procedure
98
-docker exec -i bgp killall -9 zebra
99
-docker exec -i bgp killall -9 bgpd
+docker exec -i bgp pkill -9 zebra
+docker exec -i bgp pkill -9 bgpd
100
101
# Kill lldp, otherwise it sends informotion about reboot
102
docker kill lldp > /dev/null
0 commit comments