ICMP6 RA: recognise PIO PD Preferred flag#1352
Open
bonktree wants to merge 2 commits intothe-tcpdump-group:masterfrom
Open
ICMP6 RA: recognise PIO PD Preferred flag#1352bonktree wants to merge 2 commits intothe-tcpdump-group:masterfrom
bonktree wants to merge 2 commits intothe-tcpdump-group:masterfrom
Conversation
Link: https://tools.ietf.org/html/rfc6275#section-7.2 Fixes: f3b1a28 ("add mobile-ip6 option handling.")
This is a 1-bit flag in the Prefix Information RA option defined by RFC9762. If a compliant RA-accepting node receives a PIO with the P flag set, it is expected to make use of DHCPv6 Prefix Delegation to obtain a prefix and assign addresses from that prefix, not individual addresses from the PIO-specified prefix. Link: https://tools.ietf.org/html/rfc9762 Link: https://tools.ietf.org/html/rfc9663 Link: https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml#ipv6-neighbor-discovery-prefix-information-options
Member
|
Do you have any packets with this bit set as a material for a new test? |
Contributor
Author
To this day I have not had any practice with a working impl to capture real-life packets, unfortunately. I am aware that e. g. odhcpd have added support (openwrt/odhcpd#301) for this RA PIO flag in their RA sender, so that functionality might be available in a recent OpenWRT release. I'd be happy to add a test if someone else (or me) manages to provide some captured packets. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a 1-bit flag in the Prefix Information RA option defined by RFC9762.
If a compliant RA-accepting node receives a PIO with the P flag set, it is expected to ignore the A flag, if set, and make use of DHCPv6 Prefix Delegation to obtain a prefix and assign addresses from that prefix as described in RFC9663, not individual addresses from the PIO-specified prefix.