Skip to content

Commit

Permalink
Merge pull request #365 from pavel-shirshov/pavelsh/fix_bgp
Browse files Browse the repository at this point in the history
[fast-reboot]: Use pkill instead of killall
  • Loading branch information
pavel-shirshov authored Nov 5, 2018
2 parents f184f91 + a639ad9 commit 1908631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/fast-reboot
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ if [[ "$REBOOT_TYPE" = "warm-reboot" ]]; then
fi

# Kill bgpd to start the bgp graceful restart procedure
docker exec -i bgp killall -9 zebra
docker exec -i bgp killall -9 bgpd
docker exec -i bgp pkill -9 zebra
docker exec -i bgp pkill -9 bgpd

# Kill lldp, otherwise it sends informotion about reboot
docker kill lldp > /dev/null
Expand Down

0 comments on commit 1908631

Please sign in to comment.