Test Information

TitleMaps an interface name into its corresponding index
CommandLine./tst_if_name_to_index --log=1.html --title=Maps an interface name into its corresponding index
TestVersionREL_1_1_18
Start2023/01/17 08:40:10
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

08:40:10Start

== ifname is the name of loopback interface ==
08:40:10if_nametoindex(ifname:"lo")
08:40:10return 1

== ifname is the name of interface Link0 ==
08:40:10if_nametoindex(ifname:"dummy_ipv6")
08:40:10return 106

OK
08:40:10End