mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #221] related hosts: ipv6 interface-id too short (limited to max. 22 characters) #197
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#197
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joachimneu on GitHub (Sep 7, 2015).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/221
Originally assigned to: @ThomasWaldmann on GitHub.
The length of the "ipv6 interface-id" field for related hosts is limited to max. 22 characters. While this is enough in the case of /64 subnets, in general it's too short. It technically works also for bigger subnets (which can be configured using the "netmask ipv6" field of a host), it's just that the user interface does not allow for long enough interface-ids.
@ThomasWaldmann commented on GitHub (Dec 28, 2015):
fixed, see link above.
@joachimneu commented on GitHub (Dec 31, 2015):
Great, seems to work now! Thank you!