MTU auto configuration
Closed this issue · 0 comments
ymmt2005 commented
What
It is handy to configure the MTU of veth links automatically.
How
In coild
,
- List all physical
Device
links withup
status: https://pkg.go.dev/github.com/vishvananda/netlink#Device - Choose the minimum MTU among the links
- Create veth links with the detected value
Checklist
- Finish implentation of the issue
- Test all functions
- Have enough logs to trace activities
- Notify developers of necessary actions