The minimum MTU allowed with IPv6 is 1280. If the MTU is set to a lower value, issues will happen with the connection, no error will be returned to the NSC and this error will be in the forwarder logs:
failed to set /proc/sys/net/ipv6/conf/proxy.load-fe75/disable_ipv6 = 0: open /proc/sys/net/ipv6/conf/proxy.load-fe75/disable_ipv6: no such file or directory
Raised here:
|
return errors.Wrapf(err, "failed to set %s = 0", disableIPv6Filename) |
I think there should be some checks somewhere in the chain to verify the connection this MTU property is valid.
The minimum MTU allowed with IPv6 is 1280. If the MTU is set to a lower value, issues will happen with the connection, no error will be returned to the NSC and this error will be in the forwarder logs:
Raised here:
sdk-kernel/pkg/kernel/networkservice/connectioncontextkernel/ipcontext/ipaddress/common.go
Line 91 in 0125eaf
I think there should be some checks somewhere in the chain to verify the connection this MTU property is valid.