Remove a fatal() in peer_up when the local addrs of a peer can't be figured out.
authorclaudio <claudio@openbsd.org>
Thu, 21 Jul 2016 10:13:58 +0000 (10:13 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 21 Jul 2016 10:13:58 +0000 (10:13 +0000)
commit9ac8533b8a761efa70e326c9db71c980d0f57f3f
treeadac670eb3cc5ffe201d56895d6a1b88cf1f28c7
parent33ed67eefeb0702f621247bb857ca376edfa9f63
Remove a fatal() in peer_up when the local addrs of a peer can't be figured out.
Instead bring the session down and wait for admin help.
OK henning@, benno@, phessler@
usr.sbin/bgpd/rde.c
usr.sbin/bgpd/session.c