]> git.ozlabs.org Git - petitboot/commit
discover/platform-powerpc: Avoid confusing gateway and URL
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>
Fri, 23 Feb 2018 04:26:49 +0000 (15:26 +1100)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 27 Feb 2018 00:43:36 +0000 (11:43 +1100)
commit7e0b9da2ae2f96d24c711c0ad4d12bb193ec49c0
tree4d5848b0923038e3d0499c8d4f451ee50c70963f
parentd63bacef37d61b46e8db10914d4a7a677ba0775a
discover/platform-powerpc: Avoid confusing gateway and URL

If we have a static network config with a URL set but not a gateway we
can confuse the URL as the gateway due to how we write the network
string in NVRAM.

To avoid changing the parameter format if we only have one of the two
tokens check whether or not it's actually a URL; the gateway and the URL
will have distinct formats.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
discover/platform-powerpc.c