Skip to content

Fix neighbor discovery option parsing#16

Merged
rsmarples merged 2 commits intoNetworkConfiguration:masterfrom
thefloweringash:fix-nd-option-parsing
May 12, 2020
Merged

Fix neighbor discovery option parsing#16
rsmarples merged 2 commits intoNetworkConfiguration:masterfrom
thefloweringash:fix-nd-option-parsing

Conversation

@thefloweringash
Copy link
Contributor

Resolves

$ dhcpcd --nooption nd_prefix_information
unknown option `nd_prefix_information'

See commit message for details

The prefix for neighbor discovery options was partially changed to
`nd6_` in d5700a4. However
set_option_space continued to use `nd_`. This prevented either
`nd6_prefix_information` or `nd_prefix_information` from being parsed
since the former was in the wrong option space, and the latter did not
have the prefix removed.
@rsmarples rsmarples merged commit a3771d6 into NetworkConfiguration:master May 12, 2020
rsmarples pushed a commit that referenced this pull request May 12, 2020
* make_option_mask: use `nd_` prefix for nd options

The prefix for neighbor discovery options was partially changed to
`nd6_` in d5700a4. However
set_option_space continued to use `nd_`. This prevented either
`nd6_prefix_information` or `nd_prefix_information` from being parsed
since the former was in the wrong option space, and the latter did not
have the prefix removed.

* manual: fix nd_ and dhcp6_ option prefixes
rsmarples pushed a commit that referenced this pull request May 12, 2020
* make_option_mask: use `nd_` prefix for nd options

The prefix for neighbor discovery options was partially changed to
`nd6_` in d5700a4. However
set_option_space continued to use `nd_`. This prevented either
`nd6_prefix_information` or `nd_prefix_information` from being parsed
since the former was in the wrong option space, and the latter did not
have the prefix removed.

* manual: fix nd_ and dhcp6_ option prefixes
@thefloweringash thefloweringash deleted the fix-nd-option-parsing branch May 12, 2020 22:16
rsmarples pushed a commit that referenced this pull request Jan 25, 2021
* make_option_mask: use `nd_` prefix for nd options

The prefix for neighbor discovery options was partially changed to
`nd6_` in d5700a4. However
set_option_space continued to use `nd_`. This prevented either
`nd6_prefix_information` or `nd_prefix_information` from being parsed
since the former was in the wrong option space, and the latter did not
have the prefix removed.

* manual: fix nd_ and dhcp6_ option prefixes
rsmarples pushed a commit that referenced this pull request Apr 8, 2021
* make_option_mask: use `nd_` prefix for nd options

The prefix for neighbor discovery options was partially changed to
`nd6_` in d5700a4. However
set_option_space continued to use `nd_`. This prevented either
`nd6_prefix_information` or `nd_prefix_information` from being parsed
since the former was in the wrong option space, and the latter did not
have the prefix removed.

* manual: fix nd_ and dhcp6_ option prefixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants