There is a race between sending notifications to the SE and getting a new
authorclaudio <claudio@openbsd.org>
Sun, 21 Jun 2015 12:16:29 +0000 (12:16 +0000)
committerclaudio <claudio@openbsd.org>
Sun, 21 Jun 2015 12:16:29 +0000 (12:16 +0000)
commit788fe4e9915e3c7ece78ab0e5b3b9a703c320bc4
tree5a883e920e67d0951a841999e70a0e233e9fb64b
parent8487bdfd25b3cfe37314a7c13d0a470ccd2a0aa0
There is a race between sending notifications to the SE and getting a new
peer_up event in the RDE. This can be triggered by graceful restart. So
remove the panic and replace it with roughly what peer_down does.
OK phessler and henning
usr.sbin/bgpd/rde.c