Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jan 2018 14:38:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 138678] [lo] FreeBSD does not assign linklocal address to loopbacks >0
Message-ID:  <bug-138678-2472-GGXp9sv33P@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-138678-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-138678-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D138678

Andrey V. Elsukov <ae@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ae@FreeBSD.org

--- Comment #3 from Andrey V. Elsukov <ae@FreeBSD.org> ---
Created attachment 189363
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D189363&action=
=3Dedit
Proposed patch

in6_ifattach fails to add IPv6 loopback address to loopback interface due t=
o it
already exists on lo0 and then just exits before LLA should be assigned.
This patch changes the behavior, it checks for IPv6 loopback address existe=
nce
in the whole system, not only on given interface. And if loopback address is
already configured, it doesn't try assign it again.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-138678-2472-GGXp9sv33P>