It is enabled john, I am using ipv6 right now
Why dhcp6c isnt been called looks like some sort of bug. What normally triggers it? Also why is there not even a config generated for it?
You wanted testers
so I tested
What I can tell you is my isp requires the router to send a request for the prefix range before asking for a wan ip, I think this is a bit non standard but what someone on the forums mentioned.
For now I have added service start_dhcp6c to my wan_start script. It does check nvram variables to see if dhcp6 is enabled in the settings first.
Code:
dhcp6=`nvram get ipv6_service`
if [ "$dhcp6" = "dhcp6" ]; then
service start_dhcp6c
fi
I do see lines such as this
Sep 1 16:07:39 dhcp6c: dhcp6c state change detected RENEW
But they only appear "after" I start dhcp6c, without my intervention the daemon does not start.
It looks like from your reply, the code is waiting for some kind of request from the isp first before starting dhcp6c, instead I think dhcp6c should be started regardless of state changes as long as the option is activated in the settings.
Also some info on radvd when using non /64 wan prefixes.
http://superuser.com/questions/662851/radvd-wont-accept-non-64-subnets