]> git.ozlabs.org Git - ppp.git/commit
pppd: Disable Duplicate Address Detection for IPv6 peer address
authorPali Rohár <pali@kernel.org>
Sun, 10 Jan 2021 18:09:25 +0000 (19:09 +0100)
committerPali Rohár <pali@kernel.org>
Mon, 15 Feb 2021 22:37:32 +0000 (23:37 +0100)
commit5d97adda1862153e29f918b58a36831b2e038f9b
tree942d9716fe44e2ba983ce9fb937ed23c42b1b70f
parentc4d488788a3ed8fba3e75c9ddd632d1f98e9ac77
pppd: Disable Duplicate Address Detection for IPv6 peer address

IPv6 link-local addresses are negotiated via IPV6CP and therefore are
unique and not duplicate. Doing additional Duplicate Address Detection
is redundant and not needed, so disable it.

Signed-off-by: Pali Rohár <pali@kernel.org>
pppd/sys-linux.c