Comment 13 for bug 1875300

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

"giving the IP address in CIDR notation" is not currently supported.

I feel like I must ditch the linux kernel cmdline ip= format rules, which is the only format supported by klibc ipconfig util in the initrd, and instead use `ip` command to setup static IP configuration.

Specifically, that will allows to support CIDR notation.