]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: When failing to set socket options just note the failure
authorDonald Sharp <sharpd@nvidia.com>
Sun, 11 Oct 2020 16:56:02 +0000 (12:56 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 11 Oct 2020 16:56:02 +0000 (12:56 -0400)
commit8ced966f398123108ad706825caf3ab85bc8b3b0
tree270e776b3b246427b9bfefcf29fedc8ef328276e
parent147bb9ed610aaa35be1ff2c563b608602e4c7789
ospfd: When failing to set socket options just note the failure

Instead of closing the socket, just note the failure and
continue on.  If we actually failed here so many other
things would not be working at all, that actually
closing the fd won't matter.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospfd/ospf_network.c