]> git.meshlink.io Git - catta/commit
Fix pfroute IPv6 code
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Dec 2008 20:29:30 +0000 (21:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 12 Dec 2008 20:29:30 +0000 (21:29 +0100)
commitcb1da7c5462716c12638c29d9a76e065684e0e6a
tree1d94d385eff2c54d29393197c2dc3b4c140e0cef
parentf8ef650e9d7b633c67509666599c15f205fa5baf
Fix pfroute IPv6 code

Quoting Joe Marcus Clarke:

"There are two problems in the iface-pfroute.c IPv6 detection
code. The first is that the KAME stack embeds a scope ID into
IPv6 addresses. This can cause certain hosts not to be able to
recognize the address. The second is that global_scope is always
set to 1 even for link-local addresses.

The attached patch fixes both problems. The KAME fix was
submitted by Hajimu UMEMOTO."

Patch from Joe Marcus Clarke/Hajimu UMEMOTO.
avahi-core/iface-pfroute.c