]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
init: Support setting interface hostname (`UK_NETDEV_IPV4_HOSTNAME`)
authorSimon Kuenzer <simon@unikraft.io>
Fri, 8 Dec 2023 00:02:48 +0000 (01:02 +0100)
committerRazvan Deaconescu <razvan.deaconescu@upb.ro>
Tue, 16 Jan 2024 18:16:01 +0000 (20:16 +0200)
commit9110830303d40284486d4d748276fed4a985226a
tree564f74f5859e8554ae21add98d61c1e8bdc73276
parent5ea209de65819c5b5f7889aa87581cd65a385ac9
init: Support setting interface hostname (`UK_NETDEV_IPV4_HOSTNAME`)

This commit introduces support for setting an interface hostname to the
name found on uknetdev's extended information field
`UK_NETDEV_IPV4_HOSTNAME`.

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
include/lwipopts.h
include/netif/uknetdev.h
init.c
uknetdev.c