mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 17:48:07 +02:00
initrd: fix handling "ip=single-dhcp:..." in reader_parse_ip()
Fixes: bf7530ccc1 ('initrd: honor "ip=single-dhcp" option as alias for "dhcp"')
This commit is contained in:
parent
bf7530ccc1
commit
22d6be54f3
1 changed files with 1 additions and 0 deletions
|
|
@ -439,6 +439,7 @@ reader_parse_ip(Reader *reader, const char *sysfs_dir, char *argument)
|
|||
"none",
|
||||
"off",
|
||||
"dhcp",
|
||||
"single-dhcp",
|
||||
"on"
|
||||
"any",
|
||||
"dhcp6",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue