mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 14:18:12 +02:00
initrd: fix handling "ip=single-dhcp:..." in reader_parse_ip()
Fixes:bf7530ccc1('initrd: honor "ip=single-dhcp" option as alias for "dhcp"') (cherry picked from commit22d6be54f3)
This commit is contained in:
parent
404272b152
commit
7521ede1ad
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",
|
"none",
|
||||||
"off",
|
"off",
|
||||||
"dhcp",
|
"dhcp",
|
||||||
|
"single-dhcp",
|
||||||
"on"
|
"on"
|
||||||
"any",
|
"any",
|
||||||
"dhcp6",
|
"dhcp6",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue