]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
init: Support setting statically assigned DNS server addresses
authorSimon Kuenzer <simon@unikraft.io>
Fri, 8 Dec 2023 00:03:06 +0000 (01:03 +0100)
committerRazvan Deaconescu <razvan.deaconescu@upb.ro>
Tue, 16 Jan 2024 18:16:01 +0000 (20:16 +0200)
commit3df429f522806ecdf31b15578926bbbb998a3525
tree5b206b36326afcfa443ea1558b9aeec9753cc7ed
parent9110830303d40284486d4d748276fed4a985226a
init: Support setting statically assigned DNS server addresses

This commit introduces support for setting DNS server addresses to
lwIP's DNS subsystem. The information is found on uknetdev's extended
information fields `UK_NETDEV_IPV4_DNS0` and `UK_NETDEV_IPV4_DNS1`.

Signed-off-by: Simon Kuenzer <simon@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #42
init.c