]> git.proxmox.com Git - mirror_frr.git/commit
ripd: failure to create a socket shouldn't be a fatal error
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 4 Jan 2019 21:08:10 +0000 (19:08 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 18 Jan 2019 18:15:41 +0000 (16:15 -0200)
commit9852be711c80430004ed9ee0bd718476837896e8
tree5fe5438590d9ce62ff444ebaea601c3487ee953a
parente35356af91b72da7f4e7fe03c43babb51e369bc0
ripd: failure to create a socket shouldn't be a fatal error

The ripd code can handle this error just fine (e.g. reject the
configuration transaction), there's no need to exit when a socket
fails to be created.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ripd/ripd.c