4 条评论 (4 条评论)0 个反应 (0 个反应)0 位负责人 (0 位负责人)Go1,061 个派生 (1,061 个派生)batch import
area: compatibilityarea: networkinggood first issuepriority: p3status: help wantedtype: enhancement
仓库指标
- 星标
- 12,713 个星标 (12,713 个星标)
- PR 合并指标
- PR 指标待抓取 (PR 指标待抓取)
描述
This issue is to support the following netdevice ioctls.
SIOCGIFMAP
SIOCGIFTXQLEN
SIOCGIFDSTADDR
SIOCGIFBRDADDR
贡献者指南
- 研究方向
- 检查gVisor netstack源码中现有的ioctl处理程序,特别是SIOCGIF* ioctls,并在适当的文件(可能在pkg/sentry/socket/netstack/)中实现缺失的部分。了解内核接口以及IOCTL请求的处理方式。
- 技术栈
- go
- 领域
- backend
- 议题类型
- 功能
- 前置要求
- GoLinux networking ioctlsgVisor netstack concepts