Linux 运营商检测通知

发布于 2024-12-04 20:39:47 字数 97 浏览 0 评论 0原文

Linux 中是否有接口可以获取网络接口运营商更改的通知?我知道可以使用 SIOCETHTOOL 轮询接口,但想知道是否有任何方法可以收到通知或在运营商检测更改时返回任何阻止调用?

Is there an interface in Linux to get notification of a network interface carrier change? I know its possible to poll an interface with SIOCETHTOOL, but was wondering if there was any way to get notified or any blocking calls that would return on carrier detection changes?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一百个冬季 2024-12-11 20:39:47

您是否需要运营商转换或接口状态更改?对于接口状态,您可以侦听 NETLINK_ROUTE netlink 套接字并等待 RTM_NEWLINK 和 RTM_DELLINK 消息

Do you need carrier transition or interface state change? For the interface state you could listen to the NETLINK_ROUTE netlink socket and wait for RTM_NEWLINK and RTM_DELLINK messages

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文