Title | Maps 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 |
TestVersion | REL_1_1_18 |
Start | 2023/02/03 01:00:09 |
SystemName | (null) |
KernelVersion | (null) |
01:00:09 | Start |
== ifname is the name of loopback interface == | |
01:00:09 | if_nametoindex(ifname:"lo") |
01:00:09 | return 1 |
== ifname is the name of interface Link0 == | |
01:00:09 | if_nametoindex(ifname:"dummy_ipv6") |
01:00:09 | return 3 |
OK | |
01:00:09 | End |