NETLINK_ROUTE support
Open
area: compatibility
area: networking
priority: p3
type: enhancement
- Dominant language
- Go
- Stars
- 19.3k
- Forks
- 2k
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 264
Description
Much of netlink socket route support is not implemented. Need to figure out the full scope of work needed to fully support.
See: http://man7.org/linux/man-pages/man7/rtnetlink.7.html
Rough list of scope:
- [x] ip route list
- [x] ip route get
- [ ] ip route add
- [ ] ip route del
- [x] ip addr list
- [x] ip addr add
- [x] ip addr del
- [x] ip link list
- [ ] ip link add
- [ ] ip link delete
- [ ] ip link set eth0 up/down
Contributor guide
Assessment
This issue has not been assessed yet.