mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 08:40:09 +01: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",
|
||||
"off",
|
||||
"dhcp",
|
||||
"single-dhcp",
|
||||
"on"
|
||||
"any",
|
||||
"dhcp6",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue