Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linux 中是否有用于获取网络接口运营商更改通知的接口?我知道可以使用 SIOCETHTOOL 轮询接口,但想知道是否有任何方法可以获得通知或任何阻塞呼叫会在运营商检测更改时返回?
您需要运营商转换或接口状态更改吗?对于接口状态,您可以侦听 NETLINK_ROUTE netlink 套接字并等待 RTM_NEWLINK 和 RTM_DELLINK 消息