We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c382d89 commit c395e14Copy full SHA for c395e14
scripts/fast-reboot
@@ -509,8 +509,7 @@ debug "Stopped radv service..."
509
510
# Kill bgpd to start the bgp graceful restart procedure
511
debug "Stopping bgp ..."
512
-docker exec -i bgp pkill -9 zebra
513
-docker exec -i bgp pkill -9 bgpd || [ $? == 1 ]
+systemctl stop bgp
514
debug "Stopped bgp ..."
515
516
# Kill lldp, otherwise it sends informotion about reboot.
0 commit comments