-
Notifications
You must be signed in to change notification settings - Fork 926
Description
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
- I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md
- I am convinced that my issue is new after having checked both open and closed issues at https://github.com/opnsense/core/issues?q=is%3Aissue
Describe the bug
In the RDNSSD entry for RADVD, you can enter e.g. "::88:99".
While I would expect that suffix to be prepended with the current /64 interface prefix to indicate some name server on the same interface (much like what happens when you enter nothing), the entry is copyied verbatim to /var/etc/radvd.conf.
To Reproduce
Steps to reproduce the behavior:
- Go to RADVD settings
- Click on advanced settings
- Enter "::88:99" into the RDNSS server field and apply.
- Look into generated section in /var/etc/radvd.conf
Expected behavior
Either the /64 prefix should be prepended for such suffixes or there should be a validation keeping you from entering suffixes only.
Describe alternatives you considered
None.
Additional context
See: https://forum.opnsense.org/index.php?msg=262685
Environment
Software version used and hardware type if relevant, e.g.:
OPNsense 26.1.4 (amd64).