]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Linux: Improve learning IPv6 address flags
authorRoy Marples <roy@marples.name>
Tue, 23 May 2023 21:14:57 +0000 (22:14 +0100)
committerRoy Marples <roy@marples.name>
Tue, 23 May 2023 21:14:57 +0000 (22:14 +0100)
commit45e441ada6d3ea4355d623cf12d9a559a5c2afde
tree78493efa8d0a5815cb0e6d28df4b29a3f48fc29d
parent6a369c6d7bb48c8747717ea6e92bd05a2cc96391
Linux: Improve learning IPv6 address flags

Rather than matching addresses during netlink message processing,
extract the local, address and flag parts.
Once done, then match local and address to the address we are
looking for and if equal apply the flags.

Fixes #201 and maybe #149.
src/if-linux.c