]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: don't exit when socket is not created 9189/head
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 27 Jul 2021 13:10:35 +0000 (16:10 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 27 Jul 2021 13:10:35 +0000 (16:10 +0300)
commit95d7a42a1adb441741723e956004a12033164c1d
treecb1b1246d5145de588ef42737d3964502c6abb85
parent53d7080980bb4e3bf6ef053673ebc560c5412103
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>
ospfd/ospf_network.c