]> git.puffer.fish Git - mirror/frr.git/commit
lib: resolver per vrf support 9878/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 29 Aug 2019 14:27:00 +0000 (16:27 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 23 Nov 2021 08:02:23 +0000 (09:02 +0100)
commitc742573b67f9b1be953da8f67f417182e7e5dbcb
treeef43653783f7113fbcbdfeeadf9d3bae09f39aec
parent56cc2c987d323b97a2229d536fbc8ef88dd6bfc7
lib: resolver per vrf support

add a parameter to resolver api that is the vrf identifier. this permits
to make resolution self to each vrf. in case vrf netns backend is used,
this is very practical, since resolution can happen on one netns, while
it is not the case in an other one.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_bmp.c
lib/resolver.c
lib/resolver.h
nhrpd/nhrp_nhs.c
tests/lib/test_resolver.c