4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go1,061 forks (1,061 forks)batch import
area: compatibilityarea: networkinggood first issuepriority: p3status: help wantedtype: enhancement
Repository metrics
- Stars
- 12,713 stars (12,713 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
This issue is to support the following netdevice ioctls.
SIOCGIFMAP
SIOCGIFTXQLEN
SIOCGIFDSTADDR
SIOCGIFBRDADDR
Contributor guide
- Research direction
- Examine the gVisor netstack source code for existing ioctl handlers, particularly SIOCGIF* ioctls, and implement the missing ones in the appropriate file (likely in pkg/sentry/socket/netstack/). Understand the kernel interface and how IOCTL requests are processed.
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GoLinux networking ioctlsgVisor netstack concepts