-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
radvd exits on too many addresses in RDNSS section #182
Comments
Patch welcome to change The three addresses comes from earlier RFCs that have been superseded now. |
@wcbonner just a heads up https://svn.dd-wrt.com/changeset/50755 on a revert related to your report. Im sure when there is a proper solution here things will change downstream. Sadly cannot contribute here for that myself. |
@the-j0k3r i had to revert it. the patch was broken and not compilable |
@the-j0k3r, @BrainSlayer: @wcbonner has updated the PR. Please comment on the PR... |
@wcbonner patch is merged downstream, next public build please test. @Neustradamus will have feedback once hes done that. |
@the-j0k3r I installed the build from 10/31/2022 yesterday. I'll look for another upgrade in the next day. |
It will by post r50786 yesterday wont have it |
@wcbonner just copy your ipv6 from the ddwrt GUI and paste it to Static ipv6 dns on IPV6.asp... this will add RDNSS entries in radvd.conf
|
@Mile-Lile use the dd-wrt topic on the issue to suggest workarounds in future. |
Previous text has was an insult. |
radvd exits silently when there are too many addresses in the RDNSS section. This is being used in ddwrt, which builds the radvd.conf file based on advertisments it gets from my upstream router and adds the DNS records I specify to what comes from upstream.
It would be nice if radvd either accepts an unlimited number of RDNSS entries or ignores any that are more than it deals with.
The text was updated successfully, but these errors were encountered: