]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix standalone to better handle getsockopt failure
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 9 Sep 2016 12:48:23 +0000 (08:48 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 9 Sep 2016 12:51:45 +0000 (08:51 -0400)
commitbc06d287d100c0845eb065b96838c81aebf83468
treeabdc82874cfd06c4b0218e852e74d8172c0ae04b
parent1bce440338a30a20ec06b3dbf7b8fa5031ad363a
bgpd: Fix standalone to better handle getsockopt failure

When getsockopt(...,SO_BINDTODEVICE,...); fails
assume the bgp instance we are interested is the default
one.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_network.c