mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +00:00
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>
This commit is contained in:
parent
53d7080980
commit
95d7a42a1a
@ -190,7 +190,7 @@ int ospf_sock_init(struct ospf *ospf)
|
||||
flog_err(EC_LIB_SOCKET,
|
||||
"ospf_read_sock_init: socket: %s",
|
||||
safe_strerror(errno));
|
||||
exit(1);
|
||||
return -1;
|
||||
}
|
||||
|
||||
#ifdef IP_HDRINCL
|
||||
|
Loading…
Reference in New Issue
Block a user