There are many known compatibility issues with kernels older than 4.14.23. Adding a hard error in: ```go func (b *bridge) negotiateProtocol() {} // V2 func (b *bridge) createContainer() {} // V1 ``` would better alert callers to update the kernel version.
There are many known compatibility issues with kernels older than 4.14.23. Adding a hard error in:
would better alert callers to update the kernel version.