]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
IPv6: store the destination address
authorRoy Marples <roy@marples.name>
Fri, 16 May 2025 12:12:22 +0000 (13:12 +0100)
committerRoy Marples <roy@marples.name>
Fri, 16 May 2025 12:12:22 +0000 (13:12 +0100)
commitb697f37ad75ef7f248be0d135550159eede3284b
treecf115142f75d4cb45364c22db9b7557c9c7809c0
parent410bf7706459d23d95fb619d00a910320ac9ffbe
IPv6: store the destination address

We need to match this address on BSD and Illumos as it might be
the gateway address for a route to find the interface it belongs to.
src/if-bsd.c
src/if-linux.c
src/if-sun.c
src/if.c
src/ipv6.c
src/ipv6.h