]> git.proxmox.com Git - mirror_frr.git/commit
lib,nhrpd,bgpd/bmp: pass resolver failure details
authorDavid Lamparter <equinox@diac24.net>
Wed, 11 Dec 2019 12:33:36 +0000 (13:33 +0100)
committerDavid Lamparter <equinox@diac24.net>
Wed, 11 Dec 2019 12:33:36 +0000 (13:33 +0100)
commit3286ca0750dc837d5e3e0d1a38aef64ea93c70a5
treeee643a572b7c20c56b2f2e218b48c3ff0c3a9d17
parent9e89da8c5572fa8589a89e1d43cac0fcd9248373
lib,nhrpd,bgpd/bmp: pass resolver failure details

To keep the calling code agnostic of the DNS resolver libary used, pass
a strerror-style string instead of a status code that would need extra
handling.

Signed-off-by: David Lamparter <equinox@diac24.net>
bgpd/bgp_bmp.c
bgpd/bgp_bmp.h
lib/resolver.c
lib/resolver.h
nhrpd/nhrp_nhs.c