Open mgillmann opened 5 years ago
I do have an IPv6 address with /64 and no prefix-ids set, however, it doesn't seem to be passing my ipv6 addresses through to my router that is in bridge mode. Switching the prefix to /56 resolved my IPv6 woes.
Same for me. Once I changed the prefix to /56 I got an address right away.
I believe this portion of the ERL config may be failing in the latest version:
dhcpv6-pd { pd 0 { interface eth1 { host-address ::1 prefix-id :0 service slaac } interface eth2 { host-address ::1 prefix-id :1 service slaac } interface eth2.102 { host-address ::1 prefix-id :2 service slaac } prefix-length /64 } rapid-commit enable }
I tried to manually apply these settings via the Config Tree and ran into the below Alert error message: prefix-id must be less than :: for prefix /64I was able to apply the settings by removing the prefix id altogether, however, I won't be able to confirm a valid ipv6 address until likely tomorrow? I'm not sure how important the prefix-id is for each of the interfaces. (I apologize for the bad formatting, I'm not sure how to add new lines in the code block)
I did notice there was speculation in #24 that the prefix switched back to /56 but not sure if that is accurate or not.