]> git.ozlabs.org Git - ppp.git/commit
ipv6cp: Fix ipv6cp-use-persistent option when remote address is specified (#246)
authorpali <7141871+pali@users.noreply.github.com>
Tue, 26 Jan 2021 02:58:45 +0000 (03:58 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Jan 2021 02:58:45 +0000 (13:58 +1100)
commit6891c82b8987f08baa9a16a2a0ae93b511323ea5
tree7ab5feeb45b19e4f9a3d5f4bf5d227862dfb9464
parent34a4091bb6d7dd96921880ab6c00bc9dd2bd2fdc
ipv6cp: Fix ipv6cp-use-persistent option when remote address is specified (#246)

Option ipv6cp-use-persistent affects only local interface identifier (local
link-local address). It does not affects remote peer interface identifier
(and remote link-local address) therefore ipv6cp-use-persistent option
should not depend on remote address.

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