]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
init.c: Retrieve IP v4 address from device information
authorCostin Lupu <costin.lupu@cs.pub.ro>
Tue, 3 Mar 2020 14:14:43 +0000 (16:14 +0200)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Mon, 3 Aug 2020 16:52:42 +0000 (18:52 +0200)
commit6ff0fc973b530d991d34784b93fb4128be671565
tree758303d2c2d64993d7fe15906ed7e496f5be4eda
parent5effd4534e06e0f0298474550b4b658557c20505
init.c: Retrieve IP v4 address from device information

IP addresses for netfront devices on Xen may be configured using Xenstore.
Therefore we should first try to get the IP address from device before taking
it from elsewhere.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Hugo Lefeuvre <hugo.lefeuvre@neclab.eu>
init.c