gpt4 book ai didi

python - 获取openwrt中的物理接口(interface)列表

转载 作者:行者123 更新时间:2023-11-28 19:08:50 29 4
gpt4 key购买 nike

如何获取openwrt中的所有物理接口(interface),我用ls -l/sys/class/net/试过了,但不是正确的信息。

lrwxrwxrwx    1 root     root             0 Mar 21 10:26 eth0 -> ../../devices/virtual/net/eth0
lrwxrwxrwx 1 root root 0 Mar 21 10:26 eth1 -> ../../devices/virtual/net/eth1
lrwxrwxrwx 1 root root 0 Mar 21 10:26 tun0 -> ../../devices/virtual/net/tun0
lrwxrwxrwx 1 root root 0 Mar 22 09:50 wlan0 -> ../../devices/pci0000:01/0000:01:00.0/net/wlan0
lrwxrwxrwx 1 root root 0 Mar 22 09:50 wlan0-1 -> ../../devices/pci0000:01/0000:01:00.0/net/wlan0-1

实际上 eth0 和 eth1 是物理的,wlan0-1 也是逻辑的。但结果显示不同。

谁能提出更好的方法?

最佳答案

您可以将 Python 与 scapy library 一起使用获取接口(interface)列表。

from scapy.all import *
print(get_windows_if_list())

关于python - 获取openwrt中的物理接口(interface)列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43040700/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com