]> Git Repo - J-u-boot.git/commit
efi_selftest: add test for IPv4 Config2 protocol
authorAdriano Cordova <[email protected]>
Wed, 4 Dec 2024 03:05:29 +0000 (00:05 -0300)
committerHeinrich Schuchardt <[email protected]>
Wed, 4 Dec 2024 11:24:38 +0000 (12:24 +0100)
commit6caec797d5c453ccba5eeb0bc9194c5939094cb4
tree94b6254c2096556ea5fffb74f37f936443860f88
parent84d4ee5d055e0155555d5c7dab882ccd67b84af4
efi_selftest: add test for IPv4 Config2 protocol

Add a test for the EFI_IP4_CONFIG2_PROTOCOL. The test sets the ip
policy to static, adds an ip address, and then reads the current
ip address and checks for it to be the same as the one that was set.

Signed-off-by: Adriano Cordova <[email protected]>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_ipconfig.c [new file with mode: 0644]
This page took 0.03119 seconds and 4 git commands to generate.