]> git.ipfire.org Git - thirdparty/unbound.git/commit
Allow interface names as scope-id in IPv6 link-local addresses. 555/head
authorFlorian Obser <florian@narrans.de>
Sun, 24 Oct 2021 13:55:17 +0000 (15:55 +0200)
committerFlorian Obser <florian@narrans.de>
Sun, 24 Oct 2021 14:06:55 +0000 (16:06 +0200)
commit8756f1e4c745c325b9ff6533820e7f9c5dcfa7be
treeae1ddb5ab8f864761dfa716fbc3d474426147d7f
parentecb0b44ba82d71c818a6a8f9304373ee79e4b5c3
Allow interface names as scope-id in IPv6 link-local addresses.

For example, this makes
forward-zone:
    name: "."
    forward-addr: fe80::20d:b9ff:fe46:c7f4%vio0
    forward-first: yes

work instead of fe80::20d:b9ff:fe46:c7f4%1.
config.h.in
configure
configure.ac
util/net_help.c