You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current tun implementations generally have some additional code to properly set up IPv6 (#69 on mac). We also want to support GRO/GSO on linux (#141), so it makes sense to just implement a tun from scratch
The text was updated successfully, but these errors were encountered:
It seems that it is not generally understood that network interface
names need to be unique, or that the error generated is "device
busy"/EBUSY in case of a collision. For now, explicitly add an error
log until #213 is implemented.
Signed-off-by: Lee Smet <[email protected]>
Current tun implementations generally have some additional code to properly set up IPv6 (#69 on mac). We also want to support GRO/GSO on linux (#141), so it makes sense to just implement a tun from scratch
The text was updated successfully, but these errors were encountered: