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
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
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.
The text was updated successfully, but these errors were encountered: