zirias@
Developer
codetrotter, no. In general, longer prefixes still work fine, just tried that on a box running 13.2:
So, look for and analyze logs ... and try to setup the interface manually with
Code:
# ifconfig tap0 create
# ifconfig tap0 inet6 2001:xxxx:xxxx:xxxx:xxxx::1 prefixlen 80
# ifconfig tap0
tap0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=80000<LINKSTATE>
ether 58:9c:fc:10:c9:7b
inet6 2001:xxxx:xxxx:xxxx:xxxx::1 prefixlen 80
inet6 fe80::5a9c:fcff:fe10:c97b%tap0 prefixlen 64 scopeid 0x3
groups: tap
media: Ethernet autoselect
status: no carrier
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
So, look for and analyze logs ... and try to setup the interface manually with
ifconfig
and friends and see what exactly goes wrong ....