Skip to content

Commit

Permalink
Modify fast-reboot script to use BGP service script to stop bgp servi…
Browse files Browse the repository at this point in the history
…ce (#1177)
  • Loading branch information
vaibhavhd committed Oct 19, 2020
1 parent c382d89 commit c395e14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/fast-reboot
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,7 @@ debug "Stopped radv service..."
# Kill bgpd to start the bgp graceful restart procedure
debug "Stopping bgp ..."
docker exec -i bgp pkill -9 zebra
docker exec -i bgp pkill -9 bgpd || [ $? == 1 ]
systemctl stop bgp
debug "Stopped bgp ..."
# Kill lldp, otherwise it sends informotion about reboot.
Expand Down

0 comments on commit c395e14

Please sign in to comment.