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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to