]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: don't exit when socket is not created
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 27 Jul 2021 13:10:35 +0000 (16:10 +0300)
committermergify-bot <noreply@mergify.io>
Wed, 28 Jul 2021 14:30:18 +0000 (14:30 +0000)
commite4e756c9002585ef072a4b543a9633116e913c5e
tree05f7895f042a1a16551ea1faf003a2e559c40aaa
parent0295511f6de766bd105881fac2f02928c265e794
ospfd: don't exit when socket is not created

Let's be less radical. There's no reason to stop the whole daemon when
there's a socket creation error in a single VRF. The user can always
restart this single VRF to retry to create a socket.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
(cherry picked from commit 95d7a42a1adb441741723e956004a12033164c1d)
ospfd/ospf_network.c