> This feels like a slightly odd way to do things. If you want a static > ip6, why don't you create ifconfig.awge and put in > > inet6 2001:x:x:x/64 >
Agree, that was an odd way for me to do both DHCP IPv4 and static IPv6. This is simplicity winning again: An ifconfig.awge0 with static inet6 address and defaultroute6 in rc.conf works on boot. Thanks. I did put ipv4only in dhcpcd.conf as well.