[Bug 248251] FreeBSD 13-CURRENT doesn't create ipv6 aliases
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jul 24 21:16:44 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248251
Bug ID: 248251
Summary: FreeBSD 13-CURRENT doesn't create ipv6 aliases
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: bugs at FreeBSD.org
Reporter: gbe at FreeBSD.org
On a very recent -CURRENT, it isn't possible to define an ipv6 alias in the way
you do for ipv4. Considering the following content of a /etc/rc.conf:
ifconfig_genet0="inet 10.0.1.160 netmask 255.255.255.0"
ifconfig_genet0_alias0="inet 10.0.1.189 netmask 255.255.255.0"
defaultrouter="10.0.1.1"
ifconfig_genet0_ipv6="inet6 fec0:db81:1::3 prefixlen 64"
ifconfig_genet0_ipv6_alias0="inet6 fec0:db81:1::ff preflixlen 64"
The ipv4 alias for genet0 is created but the ipv6 one isn't.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list