Open GroverChouT opened 3 years ago
Yes, but as I didn't had the time to test prefix delegation with PPPoE, it's not yet enabled. See https://github.com/openSUSE/wicked/blob/master/src/dhcp6/device.c#L1669
Any chance you could post the custom script that you mentioned and other required setup to workaround this issue until this issue is resolved?
A few ISPs now support IPv6 PD over PPPoE but currently with wicked is unable to make it work if not using a custom script. My ISP issues a /64 prefix on the PPPoE interface by Router Advertisement. If a DHCPv6 DP request is sent, it will return a /56 prefix for other use. Usually for other devices in the home.
I tried combining
BOOTPROTO=dhcp6
withPPPMODE
like this:An error will occur:
Another thought is to call another DHCP client with a script, and set
POST_UP_SCRIPT
andPRE_DOWN_SCRIPT
might be the solution to this.But since wicked already has a DHCP client built-in, I think I should post a feature request here.