Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2020 08:27:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 248251] Cannot define IPv6 alias in the same way as IPv4 aliases on 13-CURRENT
Message-ID:  <bug-248251-7501-AeLZ8a9qio@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248251-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248251-7501@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=3D248251

Gordon Bergling <gbe@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not A Bug
             Status|Open                        |Closed

--- Comment #4 from Gordon Bergling <gbe@FreeBSD.org> ---
@hselasky: Thanks for spotting the typo, good catch.

@koobs: thats actually no regression. I first thought that an interface ali=
as
also depends the ip protocol version, like it is for the primary ip-address.

ifconfig_genet0=3D"inet a.b.c.d ..."
ifconfig_genet0_ipv6=3D"inet6 fec80:db81:..."

For the interface aliases there is no separated protocol separation. So
basically Evgeniy was right. I solved the problem by using these entries in=
 the
rc.conf.

ifconfig_genet0_alias0=3D"inet 10.0.1.189 netmask 255.255.255.0"
ifconfig_genet0_alias1=3D"inet6 fec0:db81:1::ff prefixlen 64"

That is also what the manual page of rc.conf(5) describes, so this PR can be
closed.

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-248251-7501-AeLZ8a9qio>