Replies: 1 comment
-
I'm unable to reproduce on my end. The parsing for hostname is handled in Please reopen if you can provide more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i am encountering an Issue with dhcpcd version 9.4.1 where i do start dhcpcd with the following command:
exec dhcpcd -B -K -4 -h "131313" eth0
The hostname in the Hostname Option 12, the value is '^T^T^T'.
I did try compiling dhcpcd with the hostname '141414' hardcoded to see if it could work and it does.
This seems to me like some kind of parsing error when creating the ifo struct.
Can anyone help me with this issue?
Thanks so much in advance.
Br,
Christopher
Edit:
Did fix it by manipulating the hostname argument to: '-h ""131313""'
Beta Was this translation helpful? Give feedback.
All reactions