]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Fix neighbor discovery option parsing (#16)
authorAndrew Childs <lorne@cons.org.nz>
Tue, 12 May 2020 21:08:33 +0000 (06:08 +0900)
committerRoy Marples <roy@marples.name>
Tue, 12 May 2020 21:10:44 +0000 (22:10 +0100)
commit825221f9a6d56a1c216eb735eb088ccfffc25507
tree293cb1b82b8ed0d465e00fe71acf4fa6e60daf2b
parent632cc0765f7b7536e439912ab403713eb1f2ee0e
Fix neighbor discovery option parsing (#16)

* make_option_mask: use `nd_` prefix for nd options

The prefix for neighbor discovery options was partially changed to
`nd6_` in d5700a48edf7006369f766d225e70bbca3d8055c. 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
src/dhcp-common.c
src/dhcpcd.conf.5.in