]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/selection: allow forwarding to link local address
authorŠtěpán Balážik <stepan.balazik@nic.cz>
Fri, 8 Jan 2021 14:41:50 +0000 (15:41 +0100)
committerŠtěpán Balážik <stepan.balazik@nic.cz>
Fri, 8 Jan 2021 14:41:50 +0000 (15:41 +0100)
commitf9717a5704a58d3461b3e1f7601bc897ee9df57d
treea76633fce0d5770ac919c1fb8d360adf08487480
parentbab19f0691909482900c7ef56ba6fdd4148b97f4
lib/selection: allow forwarding to link local address

This is done by changing the type of address field in struct choice to
union inaddr and moving some conversion around.
lib/selection.c
lib/selection.h
lib/selection_forward.c
lib/selection_iter.c